From 496d5722b64fe2d78c42d24a40a1311de5868ad9dfefce264e1531ff64c1fa0a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 8 Dec 2008 14:52:01 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=44 --- build-source-timestamp | 4 +- config.tar.bz2 | 4 +- get_release_number.sh | 2 +- kabi.tar.bz2 | 4 +- kernel-debug.changes | 371 +++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 277 +++++++++++++++++++++++++-- kernel-default.changes | 371 +++++++++++++++++++++++++++++++++++++ kernel-default.spec | 277 +++++++++++++++++++++++++-- kernel-dummy.changes | 371 +++++++++++++++++++++++++++++++++++++ kernel-dummy.spec | 253 ++++++++++++++++++++++++- kernel-kdump.changes | 371 +++++++++++++++++++++++++++++++++++++ kernel-kdump.spec | 277 +++++++++++++++++++++++++-- kernel-pae.changes | 371 +++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 277 +++++++++++++++++++++++++-- kernel-ppc64.changes | 371 +++++++++++++++++++++++++++++++++++++ kernel-ppc64.spec | 277 +++++++++++++++++++++++++-- kernel-ps3.changes | 371 +++++++++++++++++++++++++++++++++++++ kernel-ps3.spec | 277 +++++++++++++++++++++++++-- kernel-s390.changes | 371 +++++++++++++++++++++++++++++++++++++ kernel-s390.spec | 277 +++++++++++++++++++++++++-- kernel-source.changes | 371 +++++++++++++++++++++++++++++++++++++ kernel-source.spec | 259 +++++++++++++++++++++++++- kernel-syms.changes | 371 +++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 255 ++++++++++++++++++++++++- kernel-trace.changes | 371 +++++++++++++++++++++++++++++++++++++ kernel-trace.spec | 277 +++++++++++++++++++++++++-- kernel-vanilla.changes | 371 +++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 277 +++++++++++++++++++++++++-- kernel-xen.changes | 371 +++++++++++++++++++++++++++++++++++++ kernel-xen.spec | 277 +++++++++++++++++++++++++-- patches.addon.tar.bz2 | 4 +- patches.apparmor.tar.bz2 | 4 +- patches.arch.tar.bz2 | 4 +- patches.drivers.tar.bz2 | 4 +- patches.fixes.tar.bz2 | 4 +- patches.kernel.org.tar.bz2 | 4 +- patches.rpmify.tar.bz2 | 4 +- patches.rt.tar.bz2 | 4 +- patches.suse.tar.bz2 | 4 +- patches.trace.tar.bz2 | 4 +- patches.xen.tar.bz2 | 4 +- series.conf | 79 +++++--- supported.conf | 42 +++-- 43 files changed, 8274 insertions(+), 265 deletions(-) diff --git a/build-source-timestamp b/build-source-timestamp index 864c329..3d47369 100644 --- a/build-source-timestamp +++ b/build-source-timestamp @@ -1,2 +1,2 @@ -2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 diff --git a/config.tar.bz2 b/config.tar.bz2 index 5932023..f8868a1 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aed2cf88886ec9061aa663bb4c71b8bc95810d4341341b778f7e929f73b74828 -size 135245 +oid sha256:f0074b04eae0f1a9a96dae795fb3e3fd44f0a20e0e194b241188f9e02a0b599b +size 135320 diff --git a/get_release_number.sh b/get_release_number.sh index 71097e7..10d827c 100644 --- a/get_release_number.sh +++ b/get_release_number.sh @@ -1,7 +1,7 @@ #! /bin/sh prefix= suffix= -commit=a1ce8005 +commit=52970fae if [ "$3" = kernel-dummy -o -n "$suffix" ]; then [ -n "$suffix" ] || suffix=$2 while [ "$suffix" != "${suffix#[^0-9]*.}" ]; do diff --git a/kabi.tar.bz2 b/kabi.tar.bz2 index c2ef0dd..48d7acd 100644 --- a/kabi.tar.bz2 +++ b/kabi.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5e08475a7ad29d62bfd87f6a07baf6dc394b6870b22a275ca03d791442dbbba -size 2771 +oid sha256:0aa8d17fe21194611f801fe1bf4cc0bf7f453989c132b1f147dd74818c1f6378 +size 2754 diff --git a/kernel-debug.changes b/kernel-debug.changes index f315b10..7d30fa1 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,374 @@ +------------------------------------------------------------------- +Mon Dec 8 03:54:35 CET 2008 - tonyj@suse.de + +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. + +------------------------------------------------------------------- +Sat Dec 6 21:59:13 CET 2008 - trenn@suse.de + +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). + +------------------------------------------------------------------- +Sat Dec 6 01:09:26 CET 2008 - gregkh@suse.de + +- refresh patches to apply cleanly. + +------------------------------------------------------------------- +Sat Dec 6 00:26:05 CET 2008 - gregkh@suse.de + +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 + +------------------------------------------------------------------- +Fri Dec 5 17:05:44 CET 2008 - jbeulich@novell.com + +- patches.xen/xen-configurable-guest-devices: fix a typo. + +------------------------------------------------------------------- +Fri Dec 5 16:55:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). + +------------------------------------------------------------------- +Fri Dec 5 16:52:52 CET 2008 - hare@suse.de + +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). + +------------------------------------------------------------------- +Fri Dec 5 16:19:44 CET 2008 - jbeulich@novell.com + +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). + +------------------------------------------------------------------- +Fri Dec 5 12:38:19 CET 2008 - hare@suse.de + +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. + +------------------------------------------------------------------- +Fri Dec 5 08:11:16 CET 2008 - bphilips@suse.de + +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). + +------------------------------------------------------------------- +Fri Dec 5 07:23:40 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. + +------------------------------------------------------------------- +Fri Dec 5 07:13:17 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. + +------------------------------------------------------------------- +Fri Dec 5 06:54:23 CET 2008 - gregkh@suse.de + +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) + +------------------------------------------------------------------- +Fri Dec 5 02:23:23 CET 2008 - nfbrown@suse.de + +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. + +------------------------------------------------------------------- +Thu Dec 4 19:35:07 CET 2008 - jeffm@suse.de + +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). + +------------------------------------------------------------------- +Thu Dec 4 18:47:17 CET 2008 - gregkh@suse.de + +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). + +------------------------------------------------------------------- +Thu Dec 4 16:37:34 CET 2008 - jack@suse.cz + +- Update config files. + +------------------------------------------------------------------- +Thu Dec 4 16:21:10 CET 2008 - jack@suse.cz + + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. + +------------------------------------------------------------------- +Thu Dec 4 14:56:19 CET 2008 - olh@suse.de + +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). + +------------------------------------------------------------------- +Thu Dec 4 14:41:56 CET 2008 - jjolly@suse.de + +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). + +------------------------------------------------------------------- +Thu Dec 4 14:37:34 CET 2008 - olh@suse.de + +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). + +------------------------------------------------------------------- +Thu Dec 4 14:30:44 CET 2008 - olh@suse.de + +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). + +------------------------------------------------------------------- +Thu Dec 4 14:18:02 CET 2008 - hare@suse.de + +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). + +------------------------------------------------------------------- +Thu Dec 4 12:33:22 CET 2008 - mmarek@suse.cz + +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) + + +------------------------------------------------------------------- +Thu Dec 4 10:42:03 CET 2008 - schwab@suse.de + +- Set CONFIG_IA64_CPE_MIGRATE=m. + +------------------------------------------------------------------- +Thu Dec 4 09:50:21 CET 2008 - jbeulich@novell.com + +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. + +------------------------------------------------------------------- +Thu Dec 4 09:37:35 CET 2008 - mszeredi@suse.de + +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). + +------------------------------------------------------------------- +Thu Dec 4 09:19:55 CET 2008 - hare@suse.de + +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). + +------------------------------------------------------------------- +Thu Dec 4 01:06:34 CET 2008 - gregkh@suse.de + +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. + +------------------------------------------------------------------- +Wed Dec 3 23:09:37 CET 2008 - gregkh@suse.de + +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch + +------------------------------------------------------------------- +Wed Dec 3 16:05:26 CET 2008 - jbeulich@novell.com + +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. + +------------------------------------------------------------------- +Wed Dec 3 15:43:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 14:38:34 CET 2008 - hare@suse.de + +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. + +------------------------------------------------------------------- +Wed Dec 3 13:38:36 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 10:48:49 CET 2008 - hare@suse.de + +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) + +------------------------------------------------------------------- +Wed Dec 3 10:32:12 CET 2008 - teheo@suse.de + +Patch updated to remove strcmp() on NULL strings. + +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). + +------------------------------------------------------------------- +Wed Dec 3 09:38:19 CET 2008 - jbeulich@novell.com + +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. + +------------------------------------------------------------------- +Wed Dec 3 09:11:31 CET 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). + +------------------------------------------------------------------- +Wed Dec 3 08:41:58 CET 2008 - knikanth@suse.de + +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). + +------------------------------------------------------------------- +Wed Dec 3 08:32:18 CET 2008 - sjayaraman@suse.de + +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. + +------------------------------------------------------------------- +Wed Dec 3 07:51:33 CET 2008 - sjayaraman@suse.de + +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing + +------------------------------------------------------------------- +Tue Dec 2 23:47:14 CET 2008 - jeffm@suse.de + +- scripts/git-create-branch: Helper script to create a new + branch. + ------------------------------------------------------------------- Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 7044133..b42bf18 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-debug (Version 2.6.27.7) +# spec file for package kernel-debug (Version 2.6.27.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -62,8 +62,8 @@ Name: kernel-debug Summary: A Debug Version of the Kernel -Version: 2.6.27.7 -Release: 8 +Version: 2.6.27.8 +Release: 1 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -98,8 +98,8 @@ BuildRequires: dwarfextract %endif %if %build_xen %ifarch %ix86 -Provides: kernel-xenpae = 2.6.27.7 -Obsoletes: kernel-xenpae <= 2.6.27.7 +Provides: kernel-xenpae = 2.6.27.8 +Obsoletes: kernel-xenpae <= 2.6.27.8 %endif #!BuildIgnore: xen %endif @@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33 %ifarch %ix86 Conflicts: libc.so.6()(64bit) %endif -Provides: kernel = 2.6.27.7-%source_rel +Provides: kernel = 2.6.27.8-%source_rel %ifarch %ix86 %else %ifarch ia64 @@ -212,13 +212,13 @@ Only use this kernel when investigating problems. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then - echo "The kernel-debug-2.6.27.7.nosrc.rpm package does not contain the" \ - "complete sources. Please install kernel-source-2.6.27.7.src.rpm." + echo "The kernel-debug-2.6.27.8.nosrc.rpm package does not contain the" \ + "complete sources. Please install kernel-source-2.6.27.8.src.rpm." exit 1 fi echo "Architecture symbol(s):" %symbols @@ -273,7 +273,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs <shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) +* Wed Dec 03 2008 teheo@suse.de + Patch updated to remove strcmp() on NULL strings. +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). +* Wed Dec 03 2008 jbeulich@novell.com +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. +* Wed Dec 03 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). +* Wed Dec 03 2008 knikanth@suse.de +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). +* Wed Dec 03 2008 sjayaraman@suse.de +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. +* Wed Dec 03 2008 sjayaraman@suse.de +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing +* Tue Dec 02 2008 jeffm@suse.de +- scripts/git-create-branch: Helper script to create a new + branch. * Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes diff --git a/kernel-default.changes b/kernel-default.changes index f315b10..7d30fa1 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,374 @@ +------------------------------------------------------------------- +Mon Dec 8 03:54:35 CET 2008 - tonyj@suse.de + +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. + +------------------------------------------------------------------- +Sat Dec 6 21:59:13 CET 2008 - trenn@suse.de + +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). + +------------------------------------------------------------------- +Sat Dec 6 01:09:26 CET 2008 - gregkh@suse.de + +- refresh patches to apply cleanly. + +------------------------------------------------------------------- +Sat Dec 6 00:26:05 CET 2008 - gregkh@suse.de + +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 + +------------------------------------------------------------------- +Fri Dec 5 17:05:44 CET 2008 - jbeulich@novell.com + +- patches.xen/xen-configurable-guest-devices: fix a typo. + +------------------------------------------------------------------- +Fri Dec 5 16:55:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). + +------------------------------------------------------------------- +Fri Dec 5 16:52:52 CET 2008 - hare@suse.de + +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). + +------------------------------------------------------------------- +Fri Dec 5 16:19:44 CET 2008 - jbeulich@novell.com + +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). + +------------------------------------------------------------------- +Fri Dec 5 12:38:19 CET 2008 - hare@suse.de + +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. + +------------------------------------------------------------------- +Fri Dec 5 08:11:16 CET 2008 - bphilips@suse.de + +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). + +------------------------------------------------------------------- +Fri Dec 5 07:23:40 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. + +------------------------------------------------------------------- +Fri Dec 5 07:13:17 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. + +------------------------------------------------------------------- +Fri Dec 5 06:54:23 CET 2008 - gregkh@suse.de + +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) + +------------------------------------------------------------------- +Fri Dec 5 02:23:23 CET 2008 - nfbrown@suse.de + +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. + +------------------------------------------------------------------- +Thu Dec 4 19:35:07 CET 2008 - jeffm@suse.de + +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). + +------------------------------------------------------------------- +Thu Dec 4 18:47:17 CET 2008 - gregkh@suse.de + +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). + +------------------------------------------------------------------- +Thu Dec 4 16:37:34 CET 2008 - jack@suse.cz + +- Update config files. + +------------------------------------------------------------------- +Thu Dec 4 16:21:10 CET 2008 - jack@suse.cz + + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. + +------------------------------------------------------------------- +Thu Dec 4 14:56:19 CET 2008 - olh@suse.de + +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). + +------------------------------------------------------------------- +Thu Dec 4 14:41:56 CET 2008 - jjolly@suse.de + +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). + +------------------------------------------------------------------- +Thu Dec 4 14:37:34 CET 2008 - olh@suse.de + +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). + +------------------------------------------------------------------- +Thu Dec 4 14:30:44 CET 2008 - olh@suse.de + +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). + +------------------------------------------------------------------- +Thu Dec 4 14:18:02 CET 2008 - hare@suse.de + +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). + +------------------------------------------------------------------- +Thu Dec 4 12:33:22 CET 2008 - mmarek@suse.cz + +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) + + +------------------------------------------------------------------- +Thu Dec 4 10:42:03 CET 2008 - schwab@suse.de + +- Set CONFIG_IA64_CPE_MIGRATE=m. + +------------------------------------------------------------------- +Thu Dec 4 09:50:21 CET 2008 - jbeulich@novell.com + +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. + +------------------------------------------------------------------- +Thu Dec 4 09:37:35 CET 2008 - mszeredi@suse.de + +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). + +------------------------------------------------------------------- +Thu Dec 4 09:19:55 CET 2008 - hare@suse.de + +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). + +------------------------------------------------------------------- +Thu Dec 4 01:06:34 CET 2008 - gregkh@suse.de + +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. + +------------------------------------------------------------------- +Wed Dec 3 23:09:37 CET 2008 - gregkh@suse.de + +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch + +------------------------------------------------------------------- +Wed Dec 3 16:05:26 CET 2008 - jbeulich@novell.com + +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. + +------------------------------------------------------------------- +Wed Dec 3 15:43:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 14:38:34 CET 2008 - hare@suse.de + +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. + +------------------------------------------------------------------- +Wed Dec 3 13:38:36 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 10:48:49 CET 2008 - hare@suse.de + +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) + +------------------------------------------------------------------- +Wed Dec 3 10:32:12 CET 2008 - teheo@suse.de + +Patch updated to remove strcmp() on NULL strings. + +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). + +------------------------------------------------------------------- +Wed Dec 3 09:38:19 CET 2008 - jbeulich@novell.com + +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. + +------------------------------------------------------------------- +Wed Dec 3 09:11:31 CET 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). + +------------------------------------------------------------------- +Wed Dec 3 08:41:58 CET 2008 - knikanth@suse.de + +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). + +------------------------------------------------------------------- +Wed Dec 3 08:32:18 CET 2008 - sjayaraman@suse.de + +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. + +------------------------------------------------------------------- +Wed Dec 3 07:51:33 CET 2008 - sjayaraman@suse.de + +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing + +------------------------------------------------------------------- +Tue Dec 2 23:47:14 CET 2008 - jeffm@suse.de + +- scripts/git-create-branch: Helper script to create a new + branch. + ------------------------------------------------------------------- Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 136f7df..d7ef094 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-default (Version 2.6.27.7) +# spec file for package kernel-default (Version 2.6.27.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -62,8 +62,8 @@ Name: kernel-default Summary: The Standard Kernel -Version: 2.6.27.7 -Release: 8 +Version: 2.6.27.8 +Release: 1 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -98,8 +98,8 @@ BuildRequires: dwarfextract %endif %if %build_xen %ifarch %ix86 -Provides: kernel-xenpae = 2.6.27.7 -Obsoletes: kernel-xenpae <= 2.6.27.7 +Provides: kernel-xenpae = 2.6.27.8 +Obsoletes: kernel-xenpae <= 2.6.27.8 %endif #!BuildIgnore: xen %endif @@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33 %ifarch %ix86 Conflicts: libc.so.6()(64bit) %endif -Provides: kernel = 2.6.27.7-%source_rel +Provides: kernel = 2.6.27.8-%source_rel %ifarch %ix86 Provides: k_athlon k_debug k_deflt k_deflt_22 k_deflt_24 k_eide k_laptop k_orig k_pentiu k_pos_ibm k_psmp k_smp k_smp_22 k_smp_24 smp kernel-smp Obsoletes: k_athlon k_debug k_deflt k_deflt_22 k_deflt_24 k_eide k_laptop k_orig k_pentiu k_pos_ibm k_psmp k_smp k_smp_22 k_smp_24 smp kernel-smp @@ -230,13 +230,13 @@ The standard kernel for both uniprocessor and multiprocessor systems. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then - echo "The kernel-default-2.6.27.7.nosrc.rpm package does not contain the" \ - "complete sources. Please install kernel-source-2.6.27.7.src.rpm." + echo "The kernel-default-2.6.27.8.nosrc.rpm package does not contain the" \ + "complete sources. Please install kernel-source-2.6.27.8.src.rpm." exit 1 fi echo "Architecture symbol(s):" %symbols @@ -291,7 +291,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs <shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) +* Wed Dec 03 2008 teheo@suse.de + Patch updated to remove strcmp() on NULL strings. +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). +* Wed Dec 03 2008 jbeulich@novell.com +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. +* Wed Dec 03 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). +* Wed Dec 03 2008 knikanth@suse.de +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). +* Wed Dec 03 2008 sjayaraman@suse.de +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. +* Wed Dec 03 2008 sjayaraman@suse.de +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing +* Tue Dec 02 2008 jeffm@suse.de +- scripts/git-create-branch: Helper script to create a new + branch. * Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes diff --git a/kernel-dummy.changes b/kernel-dummy.changes index f315b10..7d30fa1 100644 --- a/kernel-dummy.changes +++ b/kernel-dummy.changes @@ -1,3 +1,374 @@ +------------------------------------------------------------------- +Mon Dec 8 03:54:35 CET 2008 - tonyj@suse.de + +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. + +------------------------------------------------------------------- +Sat Dec 6 21:59:13 CET 2008 - trenn@suse.de + +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). + +------------------------------------------------------------------- +Sat Dec 6 01:09:26 CET 2008 - gregkh@suse.de + +- refresh patches to apply cleanly. + +------------------------------------------------------------------- +Sat Dec 6 00:26:05 CET 2008 - gregkh@suse.de + +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 + +------------------------------------------------------------------- +Fri Dec 5 17:05:44 CET 2008 - jbeulich@novell.com + +- patches.xen/xen-configurable-guest-devices: fix a typo. + +------------------------------------------------------------------- +Fri Dec 5 16:55:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). + +------------------------------------------------------------------- +Fri Dec 5 16:52:52 CET 2008 - hare@suse.de + +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). + +------------------------------------------------------------------- +Fri Dec 5 16:19:44 CET 2008 - jbeulich@novell.com + +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). + +------------------------------------------------------------------- +Fri Dec 5 12:38:19 CET 2008 - hare@suse.de + +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. + +------------------------------------------------------------------- +Fri Dec 5 08:11:16 CET 2008 - bphilips@suse.de + +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). + +------------------------------------------------------------------- +Fri Dec 5 07:23:40 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. + +------------------------------------------------------------------- +Fri Dec 5 07:13:17 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. + +------------------------------------------------------------------- +Fri Dec 5 06:54:23 CET 2008 - gregkh@suse.de + +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) + +------------------------------------------------------------------- +Fri Dec 5 02:23:23 CET 2008 - nfbrown@suse.de + +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. + +------------------------------------------------------------------- +Thu Dec 4 19:35:07 CET 2008 - jeffm@suse.de + +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). + +------------------------------------------------------------------- +Thu Dec 4 18:47:17 CET 2008 - gregkh@suse.de + +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). + +------------------------------------------------------------------- +Thu Dec 4 16:37:34 CET 2008 - jack@suse.cz + +- Update config files. + +------------------------------------------------------------------- +Thu Dec 4 16:21:10 CET 2008 - jack@suse.cz + + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. + +------------------------------------------------------------------- +Thu Dec 4 14:56:19 CET 2008 - olh@suse.de + +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). + +------------------------------------------------------------------- +Thu Dec 4 14:41:56 CET 2008 - jjolly@suse.de + +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). + +------------------------------------------------------------------- +Thu Dec 4 14:37:34 CET 2008 - olh@suse.de + +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). + +------------------------------------------------------------------- +Thu Dec 4 14:30:44 CET 2008 - olh@suse.de + +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). + +------------------------------------------------------------------- +Thu Dec 4 14:18:02 CET 2008 - hare@suse.de + +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). + +------------------------------------------------------------------- +Thu Dec 4 12:33:22 CET 2008 - mmarek@suse.cz + +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) + + +------------------------------------------------------------------- +Thu Dec 4 10:42:03 CET 2008 - schwab@suse.de + +- Set CONFIG_IA64_CPE_MIGRATE=m. + +------------------------------------------------------------------- +Thu Dec 4 09:50:21 CET 2008 - jbeulich@novell.com + +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. + +------------------------------------------------------------------- +Thu Dec 4 09:37:35 CET 2008 - mszeredi@suse.de + +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). + +------------------------------------------------------------------- +Thu Dec 4 09:19:55 CET 2008 - hare@suse.de + +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). + +------------------------------------------------------------------- +Thu Dec 4 01:06:34 CET 2008 - gregkh@suse.de + +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. + +------------------------------------------------------------------- +Wed Dec 3 23:09:37 CET 2008 - gregkh@suse.de + +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch + +------------------------------------------------------------------- +Wed Dec 3 16:05:26 CET 2008 - jbeulich@novell.com + +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. + +------------------------------------------------------------------- +Wed Dec 3 15:43:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 14:38:34 CET 2008 - hare@suse.de + +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. + +------------------------------------------------------------------- +Wed Dec 3 13:38:36 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 10:48:49 CET 2008 - hare@suse.de + +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) + +------------------------------------------------------------------- +Wed Dec 3 10:32:12 CET 2008 - teheo@suse.de + +Patch updated to remove strcmp() on NULL strings. + +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). + +------------------------------------------------------------------- +Wed Dec 3 09:38:19 CET 2008 - jbeulich@novell.com + +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. + +------------------------------------------------------------------- +Wed Dec 3 09:11:31 CET 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). + +------------------------------------------------------------------- +Wed Dec 3 08:41:58 CET 2008 - knikanth@suse.de + +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). + +------------------------------------------------------------------- +Wed Dec 3 08:32:18 CET 2008 - sjayaraman@suse.de + +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. + +------------------------------------------------------------------- +Wed Dec 3 07:51:33 CET 2008 - sjayaraman@suse.de + +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing + +------------------------------------------------------------------- +Tue Dec 2 23:47:14 CET 2008 - jeffm@suse.de + +- scripts/git-create-branch: Helper script to create a new + branch. + ------------------------------------------------------------------- Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz diff --git a/kernel-dummy.spec b/kernel-dummy.spec index 15e2da2..dc323b7 100644 --- a/kernel-dummy.spec +++ b/kernel-dummy.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-dummy (Version 2.6.27.7) +# spec file for package kernel-dummy (Version 2.6.27.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -22,8 +22,8 @@ Url: http://www.kernel.org/ Name: kernel-dummy Summary: Internal dummy package for synchronizing release numbers -Version: 2.6.27.7 -Release: 8 +Version: 2.6.27.8 +Release: 1 License: GPL v2 only Group: System/Kernel AutoReqProv: off @@ -36,8 +36,8 @@ Authors: -------- Andreas Gruenbacher -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %install rm -rf %buildroot @@ -49,6 +49,249 @@ echo dummy > %buildroot/etc/dummy /etc/dummy %changelog +* Mon Dec 08 2008 tonyj@suse.de +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. +* Sat Dec 06 2008 trenn@suse.de +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). +* Sat Dec 06 2008 gregkh@suse.de +- refresh patches to apply cleanly. +* Sat Dec 06 2008 gregkh@suse.de +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 +* Fri Dec 05 2008 jbeulich@novell.com +- patches.xen/xen-configurable-guest-devices: fix a typo. +* Fri Dec 05 2008 olh@suse.de +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). +* Fri Dec 05 2008 hare@suse.de +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). +* Fri Dec 05 2008 jbeulich@novell.com +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). +* Fri Dec 05 2008 hare@suse.de +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. +* Fri Dec 05 2008 bphilips@suse.de +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). +* Fri Dec 05 2008 gregkh@suse.de +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. +* Fri Dec 05 2008 gregkh@suse.de +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. +* Fri Dec 05 2008 gregkh@suse.de +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) +* Fri Dec 05 2008 nfbrown@suse.de +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. +* Thu Dec 04 2008 jeffm@suse.de +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). +* Thu Dec 04 2008 gregkh@suse.de +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). +* Thu Dec 04 2008 jack@suse.cz +- Update config files. +* Thu Dec 04 2008 jack@suse.cz + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. +* Thu Dec 04 2008 olh@suse.de +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). +* Thu Dec 04 2008 jjolly@suse.de +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). +* Thu Dec 04 2008 olh@suse.de +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). +* Thu Dec 04 2008 olh@suse.de +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). +* Thu Dec 04 2008 hare@suse.de +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). +* Thu Dec 04 2008 mmarek@suse.cz +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) +* Thu Dec 04 2008 schwab@suse.de +- Set CONFIG_IA64_CPE_MIGRATE=m. +* Thu Dec 04 2008 jbeulich@novell.com +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. +* Thu Dec 04 2008 mszeredi@suse.de +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). +* Thu Dec 04 2008 hare@suse.de +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). +* Thu Dec 04 2008 gregkh@suse.de +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. +* Wed Dec 03 2008 gregkh@suse.de +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. +* Wed Dec 03 2008 olh@suse.de +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. +* Wed Dec 03 2008 olh@suse.de +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) +* Wed Dec 03 2008 teheo@suse.de + Patch updated to remove strcmp() on NULL strings. +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). +* Wed Dec 03 2008 jbeulich@novell.com +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. +* Wed Dec 03 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). +* Wed Dec 03 2008 knikanth@suse.de +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). +* Wed Dec 03 2008 sjayaraman@suse.de +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. +* Wed Dec 03 2008 sjayaraman@suse.de +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing +* Tue Dec 02 2008 jeffm@suse.de +- scripts/git-create-branch: Helper script to create a new + branch. * Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes diff --git a/kernel-kdump.changes b/kernel-kdump.changes index f315b10..7d30fa1 100644 --- a/kernel-kdump.changes +++ b/kernel-kdump.changes @@ -1,3 +1,374 @@ +------------------------------------------------------------------- +Mon Dec 8 03:54:35 CET 2008 - tonyj@suse.de + +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. + +------------------------------------------------------------------- +Sat Dec 6 21:59:13 CET 2008 - trenn@suse.de + +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). + +------------------------------------------------------------------- +Sat Dec 6 01:09:26 CET 2008 - gregkh@suse.de + +- refresh patches to apply cleanly. + +------------------------------------------------------------------- +Sat Dec 6 00:26:05 CET 2008 - gregkh@suse.de + +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 + +------------------------------------------------------------------- +Fri Dec 5 17:05:44 CET 2008 - jbeulich@novell.com + +- patches.xen/xen-configurable-guest-devices: fix a typo. + +------------------------------------------------------------------- +Fri Dec 5 16:55:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). + +------------------------------------------------------------------- +Fri Dec 5 16:52:52 CET 2008 - hare@suse.de + +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). + +------------------------------------------------------------------- +Fri Dec 5 16:19:44 CET 2008 - jbeulich@novell.com + +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). + +------------------------------------------------------------------- +Fri Dec 5 12:38:19 CET 2008 - hare@suse.de + +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. + +------------------------------------------------------------------- +Fri Dec 5 08:11:16 CET 2008 - bphilips@suse.de + +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). + +------------------------------------------------------------------- +Fri Dec 5 07:23:40 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. + +------------------------------------------------------------------- +Fri Dec 5 07:13:17 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. + +------------------------------------------------------------------- +Fri Dec 5 06:54:23 CET 2008 - gregkh@suse.de + +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) + +------------------------------------------------------------------- +Fri Dec 5 02:23:23 CET 2008 - nfbrown@suse.de + +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. + +------------------------------------------------------------------- +Thu Dec 4 19:35:07 CET 2008 - jeffm@suse.de + +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). + +------------------------------------------------------------------- +Thu Dec 4 18:47:17 CET 2008 - gregkh@suse.de + +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). + +------------------------------------------------------------------- +Thu Dec 4 16:37:34 CET 2008 - jack@suse.cz + +- Update config files. + +------------------------------------------------------------------- +Thu Dec 4 16:21:10 CET 2008 - jack@suse.cz + + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. + +------------------------------------------------------------------- +Thu Dec 4 14:56:19 CET 2008 - olh@suse.de + +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). + +------------------------------------------------------------------- +Thu Dec 4 14:41:56 CET 2008 - jjolly@suse.de + +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). + +------------------------------------------------------------------- +Thu Dec 4 14:37:34 CET 2008 - olh@suse.de + +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). + +------------------------------------------------------------------- +Thu Dec 4 14:30:44 CET 2008 - olh@suse.de + +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). + +------------------------------------------------------------------- +Thu Dec 4 14:18:02 CET 2008 - hare@suse.de + +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). + +------------------------------------------------------------------- +Thu Dec 4 12:33:22 CET 2008 - mmarek@suse.cz + +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) + + +------------------------------------------------------------------- +Thu Dec 4 10:42:03 CET 2008 - schwab@suse.de + +- Set CONFIG_IA64_CPE_MIGRATE=m. + +------------------------------------------------------------------- +Thu Dec 4 09:50:21 CET 2008 - jbeulich@novell.com + +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. + +------------------------------------------------------------------- +Thu Dec 4 09:37:35 CET 2008 - mszeredi@suse.de + +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). + +------------------------------------------------------------------- +Thu Dec 4 09:19:55 CET 2008 - hare@suse.de + +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). + +------------------------------------------------------------------- +Thu Dec 4 01:06:34 CET 2008 - gregkh@suse.de + +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. + +------------------------------------------------------------------- +Wed Dec 3 23:09:37 CET 2008 - gregkh@suse.de + +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch + +------------------------------------------------------------------- +Wed Dec 3 16:05:26 CET 2008 - jbeulich@novell.com + +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. + +------------------------------------------------------------------- +Wed Dec 3 15:43:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 14:38:34 CET 2008 - hare@suse.de + +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. + +------------------------------------------------------------------- +Wed Dec 3 13:38:36 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 10:48:49 CET 2008 - hare@suse.de + +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) + +------------------------------------------------------------------- +Wed Dec 3 10:32:12 CET 2008 - teheo@suse.de + +Patch updated to remove strcmp() on NULL strings. + +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). + +------------------------------------------------------------------- +Wed Dec 3 09:38:19 CET 2008 - jbeulich@novell.com + +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. + +------------------------------------------------------------------- +Wed Dec 3 09:11:31 CET 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). + +------------------------------------------------------------------- +Wed Dec 3 08:41:58 CET 2008 - knikanth@suse.de + +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). + +------------------------------------------------------------------- +Wed Dec 3 08:32:18 CET 2008 - sjayaraman@suse.de + +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. + +------------------------------------------------------------------- +Wed Dec 3 07:51:33 CET 2008 - sjayaraman@suse.de + +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing + +------------------------------------------------------------------- +Tue Dec 2 23:47:14 CET 2008 - jeffm@suse.de + +- scripts/git-create-branch: Helper script to create a new + branch. + ------------------------------------------------------------------- Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz diff --git a/kernel-kdump.spec b/kernel-kdump.spec index 058c23b..42d4fb4 100644 --- a/kernel-kdump.spec +++ b/kernel-kdump.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-kdump (Version 2.6.27.7) +# spec file for package kernel-kdump (Version 2.6.27.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -62,8 +62,8 @@ Name: kernel-kdump Summary: kernel for kdump -Version: 2.6.27.7 -Release: 8 +Version: 2.6.27.8 +Release: 1 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -98,8 +98,8 @@ BuildRequires: dwarfextract %endif %if %build_xen %ifarch %ix86 -Provides: kernel-xenpae = 2.6.27.7 -Obsoletes: kernel-xenpae <= 2.6.27.7 +Provides: kernel-xenpae = 2.6.27.8 +Obsoletes: kernel-xenpae <= 2.6.27.8 %endif #!BuildIgnore: xen %endif @@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33 %ifarch %ix86 Conflicts: libc.so.6()(64bit) %endif -Provides: kernel = 2.6.27.7-%source_rel +Provides: kernel = 2.6.27.8-%source_rel %ifarch ppc %else %ifarch ppc64 @@ -211,13 +211,13 @@ crashed kernel. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then - echo "The kernel-kdump-2.6.27.7.nosrc.rpm package does not contain the" \ - "complete sources. Please install kernel-source-2.6.27.7.src.rpm." + echo "The kernel-kdump-2.6.27.8.nosrc.rpm package does not contain the" \ + "complete sources. Please install kernel-source-2.6.27.8.src.rpm." exit 1 fi echo "Architecture symbol(s):" %symbols @@ -272,7 +272,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs <shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) +* Wed Dec 03 2008 teheo@suse.de + Patch updated to remove strcmp() on NULL strings. +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). +* Wed Dec 03 2008 jbeulich@novell.com +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. +* Wed Dec 03 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). +* Wed Dec 03 2008 knikanth@suse.de +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). +* Wed Dec 03 2008 sjayaraman@suse.de +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. +* Wed Dec 03 2008 sjayaraman@suse.de +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing +* Tue Dec 02 2008 jeffm@suse.de +- scripts/git-create-branch: Helper script to create a new + branch. * Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes diff --git a/kernel-pae.changes b/kernel-pae.changes index f315b10..7d30fa1 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,374 @@ +------------------------------------------------------------------- +Mon Dec 8 03:54:35 CET 2008 - tonyj@suse.de + +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. + +------------------------------------------------------------------- +Sat Dec 6 21:59:13 CET 2008 - trenn@suse.de + +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). + +------------------------------------------------------------------- +Sat Dec 6 01:09:26 CET 2008 - gregkh@suse.de + +- refresh patches to apply cleanly. + +------------------------------------------------------------------- +Sat Dec 6 00:26:05 CET 2008 - gregkh@suse.de + +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 + +------------------------------------------------------------------- +Fri Dec 5 17:05:44 CET 2008 - jbeulich@novell.com + +- patches.xen/xen-configurable-guest-devices: fix a typo. + +------------------------------------------------------------------- +Fri Dec 5 16:55:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). + +------------------------------------------------------------------- +Fri Dec 5 16:52:52 CET 2008 - hare@suse.de + +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). + +------------------------------------------------------------------- +Fri Dec 5 16:19:44 CET 2008 - jbeulich@novell.com + +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). + +------------------------------------------------------------------- +Fri Dec 5 12:38:19 CET 2008 - hare@suse.de + +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. + +------------------------------------------------------------------- +Fri Dec 5 08:11:16 CET 2008 - bphilips@suse.de + +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). + +------------------------------------------------------------------- +Fri Dec 5 07:23:40 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. + +------------------------------------------------------------------- +Fri Dec 5 07:13:17 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. + +------------------------------------------------------------------- +Fri Dec 5 06:54:23 CET 2008 - gregkh@suse.de + +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) + +------------------------------------------------------------------- +Fri Dec 5 02:23:23 CET 2008 - nfbrown@suse.de + +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. + +------------------------------------------------------------------- +Thu Dec 4 19:35:07 CET 2008 - jeffm@suse.de + +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). + +------------------------------------------------------------------- +Thu Dec 4 18:47:17 CET 2008 - gregkh@suse.de + +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). + +------------------------------------------------------------------- +Thu Dec 4 16:37:34 CET 2008 - jack@suse.cz + +- Update config files. + +------------------------------------------------------------------- +Thu Dec 4 16:21:10 CET 2008 - jack@suse.cz + + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. + +------------------------------------------------------------------- +Thu Dec 4 14:56:19 CET 2008 - olh@suse.de + +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). + +------------------------------------------------------------------- +Thu Dec 4 14:41:56 CET 2008 - jjolly@suse.de + +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). + +------------------------------------------------------------------- +Thu Dec 4 14:37:34 CET 2008 - olh@suse.de + +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). + +------------------------------------------------------------------- +Thu Dec 4 14:30:44 CET 2008 - olh@suse.de + +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). + +------------------------------------------------------------------- +Thu Dec 4 14:18:02 CET 2008 - hare@suse.de + +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). + +------------------------------------------------------------------- +Thu Dec 4 12:33:22 CET 2008 - mmarek@suse.cz + +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) + + +------------------------------------------------------------------- +Thu Dec 4 10:42:03 CET 2008 - schwab@suse.de + +- Set CONFIG_IA64_CPE_MIGRATE=m. + +------------------------------------------------------------------- +Thu Dec 4 09:50:21 CET 2008 - jbeulich@novell.com + +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. + +------------------------------------------------------------------- +Thu Dec 4 09:37:35 CET 2008 - mszeredi@suse.de + +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). + +------------------------------------------------------------------- +Thu Dec 4 09:19:55 CET 2008 - hare@suse.de + +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). + +------------------------------------------------------------------- +Thu Dec 4 01:06:34 CET 2008 - gregkh@suse.de + +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. + +------------------------------------------------------------------- +Wed Dec 3 23:09:37 CET 2008 - gregkh@suse.de + +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch + +------------------------------------------------------------------- +Wed Dec 3 16:05:26 CET 2008 - jbeulich@novell.com + +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. + +------------------------------------------------------------------- +Wed Dec 3 15:43:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 14:38:34 CET 2008 - hare@suse.de + +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. + +------------------------------------------------------------------- +Wed Dec 3 13:38:36 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 10:48:49 CET 2008 - hare@suse.de + +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) + +------------------------------------------------------------------- +Wed Dec 3 10:32:12 CET 2008 - teheo@suse.de + +Patch updated to remove strcmp() on NULL strings. + +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). + +------------------------------------------------------------------- +Wed Dec 3 09:38:19 CET 2008 - jbeulich@novell.com + +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. + +------------------------------------------------------------------- +Wed Dec 3 09:11:31 CET 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). + +------------------------------------------------------------------- +Wed Dec 3 08:41:58 CET 2008 - knikanth@suse.de + +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). + +------------------------------------------------------------------- +Wed Dec 3 08:32:18 CET 2008 - sjayaraman@suse.de + +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. + +------------------------------------------------------------------- +Wed Dec 3 07:51:33 CET 2008 - sjayaraman@suse.de + +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing + +------------------------------------------------------------------- +Tue Dec 2 23:47:14 CET 2008 - jeffm@suse.de + +- scripts/git-create-branch: Helper script to create a new + branch. + ------------------------------------------------------------------- Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index 29775ce..2cea899 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-pae (Version 2.6.27.7) +# spec file for package kernel-pae (Version 2.6.27.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -62,8 +62,8 @@ Name: kernel-pae Summary: Kernel with PAE Support -Version: 2.6.27.7 -Release: 8 +Version: 2.6.27.8 +Release: 1 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -98,8 +98,8 @@ BuildRequires: dwarfextract %endif %if %build_xen %ifarch %ix86 -Provides: kernel-xenpae = 2.6.27.7 -Obsoletes: kernel-xenpae <= 2.6.27.7 +Provides: kernel-xenpae = 2.6.27.8 +Obsoletes: kernel-xenpae <= 2.6.27.8 %endif #!BuildIgnore: xen %endif @@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33 %ifarch %ix86 Conflicts: libc.so.6()(64bit) %endif -Provides: kernel = 2.6.27.7-%source_rel +Provides: kernel = 2.6.27.8-%source_rel Provides: k_smp4G kernel-bigsmp Obsoletes: k_smp4G kernel-bigsmp Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2 @@ -212,13 +212,13 @@ that support it, regardless of the amount of main memory. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then - echo "The kernel-pae-2.6.27.7.nosrc.rpm package does not contain the" \ - "complete sources. Please install kernel-source-2.6.27.7.src.rpm." + echo "The kernel-pae-2.6.27.8.nosrc.rpm package does not contain the" \ + "complete sources. Please install kernel-source-2.6.27.8.src.rpm." exit 1 fi echo "Architecture symbol(s):" %symbols @@ -273,7 +273,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs <shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) +* Wed Dec 03 2008 teheo@suse.de + Patch updated to remove strcmp() on NULL strings. +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). +* Wed Dec 03 2008 jbeulich@novell.com +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. +* Wed Dec 03 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). +* Wed Dec 03 2008 knikanth@suse.de +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). +* Wed Dec 03 2008 sjayaraman@suse.de +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. +* Wed Dec 03 2008 sjayaraman@suse.de +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing +* Tue Dec 02 2008 jeffm@suse.de +- scripts/git-create-branch: Helper script to create a new + branch. * Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index f315b10..7d30fa1 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,374 @@ +------------------------------------------------------------------- +Mon Dec 8 03:54:35 CET 2008 - tonyj@suse.de + +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. + +------------------------------------------------------------------- +Sat Dec 6 21:59:13 CET 2008 - trenn@suse.de + +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). + +------------------------------------------------------------------- +Sat Dec 6 01:09:26 CET 2008 - gregkh@suse.de + +- refresh patches to apply cleanly. + +------------------------------------------------------------------- +Sat Dec 6 00:26:05 CET 2008 - gregkh@suse.de + +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 + +------------------------------------------------------------------- +Fri Dec 5 17:05:44 CET 2008 - jbeulich@novell.com + +- patches.xen/xen-configurable-guest-devices: fix a typo. + +------------------------------------------------------------------- +Fri Dec 5 16:55:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). + +------------------------------------------------------------------- +Fri Dec 5 16:52:52 CET 2008 - hare@suse.de + +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). + +------------------------------------------------------------------- +Fri Dec 5 16:19:44 CET 2008 - jbeulich@novell.com + +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). + +------------------------------------------------------------------- +Fri Dec 5 12:38:19 CET 2008 - hare@suse.de + +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. + +------------------------------------------------------------------- +Fri Dec 5 08:11:16 CET 2008 - bphilips@suse.de + +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). + +------------------------------------------------------------------- +Fri Dec 5 07:23:40 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. + +------------------------------------------------------------------- +Fri Dec 5 07:13:17 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. + +------------------------------------------------------------------- +Fri Dec 5 06:54:23 CET 2008 - gregkh@suse.de + +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) + +------------------------------------------------------------------- +Fri Dec 5 02:23:23 CET 2008 - nfbrown@suse.de + +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. + +------------------------------------------------------------------- +Thu Dec 4 19:35:07 CET 2008 - jeffm@suse.de + +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). + +------------------------------------------------------------------- +Thu Dec 4 18:47:17 CET 2008 - gregkh@suse.de + +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). + +------------------------------------------------------------------- +Thu Dec 4 16:37:34 CET 2008 - jack@suse.cz + +- Update config files. + +------------------------------------------------------------------- +Thu Dec 4 16:21:10 CET 2008 - jack@suse.cz + + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. + +------------------------------------------------------------------- +Thu Dec 4 14:56:19 CET 2008 - olh@suse.de + +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). + +------------------------------------------------------------------- +Thu Dec 4 14:41:56 CET 2008 - jjolly@suse.de + +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). + +------------------------------------------------------------------- +Thu Dec 4 14:37:34 CET 2008 - olh@suse.de + +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). + +------------------------------------------------------------------- +Thu Dec 4 14:30:44 CET 2008 - olh@suse.de + +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). + +------------------------------------------------------------------- +Thu Dec 4 14:18:02 CET 2008 - hare@suse.de + +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). + +------------------------------------------------------------------- +Thu Dec 4 12:33:22 CET 2008 - mmarek@suse.cz + +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) + + +------------------------------------------------------------------- +Thu Dec 4 10:42:03 CET 2008 - schwab@suse.de + +- Set CONFIG_IA64_CPE_MIGRATE=m. + +------------------------------------------------------------------- +Thu Dec 4 09:50:21 CET 2008 - jbeulich@novell.com + +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. + +------------------------------------------------------------------- +Thu Dec 4 09:37:35 CET 2008 - mszeredi@suse.de + +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). + +------------------------------------------------------------------- +Thu Dec 4 09:19:55 CET 2008 - hare@suse.de + +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). + +------------------------------------------------------------------- +Thu Dec 4 01:06:34 CET 2008 - gregkh@suse.de + +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. + +------------------------------------------------------------------- +Wed Dec 3 23:09:37 CET 2008 - gregkh@suse.de + +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch + +------------------------------------------------------------------- +Wed Dec 3 16:05:26 CET 2008 - jbeulich@novell.com + +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. + +------------------------------------------------------------------- +Wed Dec 3 15:43:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 14:38:34 CET 2008 - hare@suse.de + +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. + +------------------------------------------------------------------- +Wed Dec 3 13:38:36 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 10:48:49 CET 2008 - hare@suse.de + +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) + +------------------------------------------------------------------- +Wed Dec 3 10:32:12 CET 2008 - teheo@suse.de + +Patch updated to remove strcmp() on NULL strings. + +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). + +------------------------------------------------------------------- +Wed Dec 3 09:38:19 CET 2008 - jbeulich@novell.com + +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. + +------------------------------------------------------------------- +Wed Dec 3 09:11:31 CET 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). + +------------------------------------------------------------------- +Wed Dec 3 08:41:58 CET 2008 - knikanth@suse.de + +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). + +------------------------------------------------------------------- +Wed Dec 3 08:32:18 CET 2008 - sjayaraman@suse.de + +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. + +------------------------------------------------------------------- +Wed Dec 3 07:51:33 CET 2008 - sjayaraman@suse.de + +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing + +------------------------------------------------------------------- +Tue Dec 2 23:47:14 CET 2008 - jeffm@suse.de + +- scripts/git-create-branch: Helper script to create a new + branch. + ------------------------------------------------------------------- Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index e872e70..c57615e 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-ppc64 (Version 2.6.27.7) +# spec file for package kernel-ppc64 (Version 2.6.27.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -62,8 +62,8 @@ Name: kernel-ppc64 Summary: Kernel for ppc64 Systems -Version: 2.6.27.7 -Release: 8 +Version: 2.6.27.8 +Release: 1 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -98,8 +98,8 @@ BuildRequires: dwarfextract %endif %if %build_xen %ifarch %ix86 -Provides: kernel-xenpae = 2.6.27.7 -Obsoletes: kernel-xenpae <= 2.6.27.7 +Provides: kernel-xenpae = 2.6.27.8 +Obsoletes: kernel-xenpae <= 2.6.27.8 %endif #!BuildIgnore: xen %endif @@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33 %ifarch %ix86 Conflicts: libc.so.6()(64bit) %endif -Provides: kernel = 2.6.27.7-%source_rel +Provides: kernel = 2.6.27.8-%source_rel %ifarch ppc Provides: kernel-pmac64 kernel-pseries64 kernel-iseries64 Obsoletes: kernel-pmac64 kernel-pseries64 kernel-iseries64 @@ -224,13 +224,13 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then - echo "The kernel-ppc64-2.6.27.7.nosrc.rpm package does not contain the" \ - "complete sources. Please install kernel-source-2.6.27.7.src.rpm." + echo "The kernel-ppc64-2.6.27.8.nosrc.rpm package does not contain the" \ + "complete sources. Please install kernel-source-2.6.27.8.src.rpm." exit 1 fi echo "Architecture symbol(s):" %symbols @@ -285,7 +285,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs < see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %preun base -f preun-base.sh @@ -784,8 +784,8 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %preun extra -f preun-extra.sh @@ -826,8 +826,8 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %files -n kernel-ppc64-man %defattr(-,root,root) @@ -836,6 +836,249 @@ GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %endif %changelog +* Mon Dec 08 2008 tonyj@suse.de +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. +* Sat Dec 06 2008 trenn@suse.de +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). +* Sat Dec 06 2008 gregkh@suse.de +- refresh patches to apply cleanly. +* Sat Dec 06 2008 gregkh@suse.de +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 +* Fri Dec 05 2008 jbeulich@novell.com +- patches.xen/xen-configurable-guest-devices: fix a typo. +* Fri Dec 05 2008 olh@suse.de +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). +* Fri Dec 05 2008 hare@suse.de +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). +* Fri Dec 05 2008 jbeulich@novell.com +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). +* Fri Dec 05 2008 hare@suse.de +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. +* Fri Dec 05 2008 bphilips@suse.de +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). +* Fri Dec 05 2008 gregkh@suse.de +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. +* Fri Dec 05 2008 gregkh@suse.de +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. +* Fri Dec 05 2008 gregkh@suse.de +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) +* Fri Dec 05 2008 nfbrown@suse.de +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. +* Thu Dec 04 2008 jeffm@suse.de +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). +* Thu Dec 04 2008 gregkh@suse.de +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). +* Thu Dec 04 2008 jack@suse.cz +- Update config files. +* Thu Dec 04 2008 jack@suse.cz + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. +* Thu Dec 04 2008 olh@suse.de +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). +* Thu Dec 04 2008 jjolly@suse.de +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). +* Thu Dec 04 2008 olh@suse.de +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). +* Thu Dec 04 2008 olh@suse.de +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). +* Thu Dec 04 2008 hare@suse.de +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). +* Thu Dec 04 2008 mmarek@suse.cz +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) +* Thu Dec 04 2008 schwab@suse.de +- Set CONFIG_IA64_CPE_MIGRATE=m. +* Thu Dec 04 2008 jbeulich@novell.com +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. +* Thu Dec 04 2008 mszeredi@suse.de +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). +* Thu Dec 04 2008 hare@suse.de +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). +* Thu Dec 04 2008 gregkh@suse.de +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. +* Wed Dec 03 2008 gregkh@suse.de +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. +* Wed Dec 03 2008 olh@suse.de +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. +* Wed Dec 03 2008 olh@suse.de +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) +* Wed Dec 03 2008 teheo@suse.de + Patch updated to remove strcmp() on NULL strings. +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). +* Wed Dec 03 2008 jbeulich@novell.com +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. +* Wed Dec 03 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). +* Wed Dec 03 2008 knikanth@suse.de +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). +* Wed Dec 03 2008 sjayaraman@suse.de +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. +* Wed Dec 03 2008 sjayaraman@suse.de +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing +* Tue Dec 02 2008 jeffm@suse.de +- scripts/git-create-branch: Helper script to create a new + branch. * Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes diff --git a/kernel-ps3.changes b/kernel-ps3.changes index f315b10..7d30fa1 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,374 @@ +------------------------------------------------------------------- +Mon Dec 8 03:54:35 CET 2008 - tonyj@suse.de + +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. + +------------------------------------------------------------------- +Sat Dec 6 21:59:13 CET 2008 - trenn@suse.de + +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). + +------------------------------------------------------------------- +Sat Dec 6 01:09:26 CET 2008 - gregkh@suse.de + +- refresh patches to apply cleanly. + +------------------------------------------------------------------- +Sat Dec 6 00:26:05 CET 2008 - gregkh@suse.de + +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 + +------------------------------------------------------------------- +Fri Dec 5 17:05:44 CET 2008 - jbeulich@novell.com + +- patches.xen/xen-configurable-guest-devices: fix a typo. + +------------------------------------------------------------------- +Fri Dec 5 16:55:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). + +------------------------------------------------------------------- +Fri Dec 5 16:52:52 CET 2008 - hare@suse.de + +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). + +------------------------------------------------------------------- +Fri Dec 5 16:19:44 CET 2008 - jbeulich@novell.com + +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). + +------------------------------------------------------------------- +Fri Dec 5 12:38:19 CET 2008 - hare@suse.de + +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. + +------------------------------------------------------------------- +Fri Dec 5 08:11:16 CET 2008 - bphilips@suse.de + +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). + +------------------------------------------------------------------- +Fri Dec 5 07:23:40 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. + +------------------------------------------------------------------- +Fri Dec 5 07:13:17 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. + +------------------------------------------------------------------- +Fri Dec 5 06:54:23 CET 2008 - gregkh@suse.de + +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) + +------------------------------------------------------------------- +Fri Dec 5 02:23:23 CET 2008 - nfbrown@suse.de + +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. + +------------------------------------------------------------------- +Thu Dec 4 19:35:07 CET 2008 - jeffm@suse.de + +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). + +------------------------------------------------------------------- +Thu Dec 4 18:47:17 CET 2008 - gregkh@suse.de + +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). + +------------------------------------------------------------------- +Thu Dec 4 16:37:34 CET 2008 - jack@suse.cz + +- Update config files. + +------------------------------------------------------------------- +Thu Dec 4 16:21:10 CET 2008 - jack@suse.cz + + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. + +------------------------------------------------------------------- +Thu Dec 4 14:56:19 CET 2008 - olh@suse.de + +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). + +------------------------------------------------------------------- +Thu Dec 4 14:41:56 CET 2008 - jjolly@suse.de + +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). + +------------------------------------------------------------------- +Thu Dec 4 14:37:34 CET 2008 - olh@suse.de + +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). + +------------------------------------------------------------------- +Thu Dec 4 14:30:44 CET 2008 - olh@suse.de + +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). + +------------------------------------------------------------------- +Thu Dec 4 14:18:02 CET 2008 - hare@suse.de + +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). + +------------------------------------------------------------------- +Thu Dec 4 12:33:22 CET 2008 - mmarek@suse.cz + +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) + + +------------------------------------------------------------------- +Thu Dec 4 10:42:03 CET 2008 - schwab@suse.de + +- Set CONFIG_IA64_CPE_MIGRATE=m. + +------------------------------------------------------------------- +Thu Dec 4 09:50:21 CET 2008 - jbeulich@novell.com + +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. + +------------------------------------------------------------------- +Thu Dec 4 09:37:35 CET 2008 - mszeredi@suse.de + +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). + +------------------------------------------------------------------- +Thu Dec 4 09:19:55 CET 2008 - hare@suse.de + +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). + +------------------------------------------------------------------- +Thu Dec 4 01:06:34 CET 2008 - gregkh@suse.de + +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. + +------------------------------------------------------------------- +Wed Dec 3 23:09:37 CET 2008 - gregkh@suse.de + +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch + +------------------------------------------------------------------- +Wed Dec 3 16:05:26 CET 2008 - jbeulich@novell.com + +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. + +------------------------------------------------------------------- +Wed Dec 3 15:43:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 14:38:34 CET 2008 - hare@suse.de + +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. + +------------------------------------------------------------------- +Wed Dec 3 13:38:36 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 10:48:49 CET 2008 - hare@suse.de + +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) + +------------------------------------------------------------------- +Wed Dec 3 10:32:12 CET 2008 - teheo@suse.de + +Patch updated to remove strcmp() on NULL strings. + +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). + +------------------------------------------------------------------- +Wed Dec 3 09:38:19 CET 2008 - jbeulich@novell.com + +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. + +------------------------------------------------------------------- +Wed Dec 3 09:11:31 CET 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). + +------------------------------------------------------------------- +Wed Dec 3 08:41:58 CET 2008 - knikanth@suse.de + +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). + +------------------------------------------------------------------- +Wed Dec 3 08:32:18 CET 2008 - sjayaraman@suse.de + +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. + +------------------------------------------------------------------- +Wed Dec 3 07:51:33 CET 2008 - sjayaraman@suse.de + +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing + +------------------------------------------------------------------- +Tue Dec 2 23:47:14 CET 2008 - jeffm@suse.de + +- scripts/git-create-branch: Helper script to create a new + branch. + ------------------------------------------------------------------- Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz diff --git a/kernel-ps3.spec b/kernel-ps3.spec index 9af2a83..c96c606 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-ps3 (Version 2.6.27.7) +# spec file for package kernel-ps3 (Version 2.6.27.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -62,8 +62,8 @@ Name: kernel-ps3 Summary: kernel for ps3 bootloader -Version: 2.6.27.7 -Release: 8 +Version: 2.6.27.8 +Release: 1 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -98,8 +98,8 @@ BuildRequires: dwarfextract %endif %if %build_xen %ifarch %ix86 -Provides: kernel-xenpae = 2.6.27.7 -Obsoletes: kernel-xenpae <= 2.6.27.7 +Provides: kernel-xenpae = 2.6.27.8 +Obsoletes: kernel-xenpae <= 2.6.27.8 %endif #!BuildIgnore: xen %endif @@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33 %ifarch %ix86 Conflicts: libc.so.6()(64bit) %endif -Provides: kernel = 2.6.27.7-%source_rel +Provides: kernel = 2.6.27.8-%source_rel Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2 Source10: preun.sh Source11: postun.sh @@ -206,13 +206,13 @@ final system. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then - echo "The kernel-ps3-2.6.27.7.nosrc.rpm package does not contain the" \ - "complete sources. Please install kernel-source-2.6.27.7.src.rpm." + echo "The kernel-ps3-2.6.27.8.nosrc.rpm package does not contain the" \ + "complete sources. Please install kernel-source-2.6.27.8.src.rpm." exit 1 fi echo "Architecture symbol(s):" %symbols @@ -267,7 +267,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs <shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) +* Wed Dec 03 2008 teheo@suse.de + Patch updated to remove strcmp() on NULL strings. +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). +* Wed Dec 03 2008 jbeulich@novell.com +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. +* Wed Dec 03 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). +* Wed Dec 03 2008 knikanth@suse.de +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). +* Wed Dec 03 2008 sjayaraman@suse.de +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. +* Wed Dec 03 2008 sjayaraman@suse.de +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing +* Tue Dec 02 2008 jeffm@suse.de +- scripts/git-create-branch: Helper script to create a new + branch. * Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes diff --git a/kernel-s390.changes b/kernel-s390.changes index f315b10..7d30fa1 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,374 @@ +------------------------------------------------------------------- +Mon Dec 8 03:54:35 CET 2008 - tonyj@suse.de + +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. + +------------------------------------------------------------------- +Sat Dec 6 21:59:13 CET 2008 - trenn@suse.de + +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). + +------------------------------------------------------------------- +Sat Dec 6 01:09:26 CET 2008 - gregkh@suse.de + +- refresh patches to apply cleanly. + +------------------------------------------------------------------- +Sat Dec 6 00:26:05 CET 2008 - gregkh@suse.de + +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 + +------------------------------------------------------------------- +Fri Dec 5 17:05:44 CET 2008 - jbeulich@novell.com + +- patches.xen/xen-configurable-guest-devices: fix a typo. + +------------------------------------------------------------------- +Fri Dec 5 16:55:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). + +------------------------------------------------------------------- +Fri Dec 5 16:52:52 CET 2008 - hare@suse.de + +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). + +------------------------------------------------------------------- +Fri Dec 5 16:19:44 CET 2008 - jbeulich@novell.com + +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). + +------------------------------------------------------------------- +Fri Dec 5 12:38:19 CET 2008 - hare@suse.de + +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. + +------------------------------------------------------------------- +Fri Dec 5 08:11:16 CET 2008 - bphilips@suse.de + +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). + +------------------------------------------------------------------- +Fri Dec 5 07:23:40 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. + +------------------------------------------------------------------- +Fri Dec 5 07:13:17 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. + +------------------------------------------------------------------- +Fri Dec 5 06:54:23 CET 2008 - gregkh@suse.de + +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) + +------------------------------------------------------------------- +Fri Dec 5 02:23:23 CET 2008 - nfbrown@suse.de + +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. + +------------------------------------------------------------------- +Thu Dec 4 19:35:07 CET 2008 - jeffm@suse.de + +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). + +------------------------------------------------------------------- +Thu Dec 4 18:47:17 CET 2008 - gregkh@suse.de + +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). + +------------------------------------------------------------------- +Thu Dec 4 16:37:34 CET 2008 - jack@suse.cz + +- Update config files. + +------------------------------------------------------------------- +Thu Dec 4 16:21:10 CET 2008 - jack@suse.cz + + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. + +------------------------------------------------------------------- +Thu Dec 4 14:56:19 CET 2008 - olh@suse.de + +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). + +------------------------------------------------------------------- +Thu Dec 4 14:41:56 CET 2008 - jjolly@suse.de + +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). + +------------------------------------------------------------------- +Thu Dec 4 14:37:34 CET 2008 - olh@suse.de + +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). + +------------------------------------------------------------------- +Thu Dec 4 14:30:44 CET 2008 - olh@suse.de + +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). + +------------------------------------------------------------------- +Thu Dec 4 14:18:02 CET 2008 - hare@suse.de + +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). + +------------------------------------------------------------------- +Thu Dec 4 12:33:22 CET 2008 - mmarek@suse.cz + +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) + + +------------------------------------------------------------------- +Thu Dec 4 10:42:03 CET 2008 - schwab@suse.de + +- Set CONFIG_IA64_CPE_MIGRATE=m. + +------------------------------------------------------------------- +Thu Dec 4 09:50:21 CET 2008 - jbeulich@novell.com + +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. + +------------------------------------------------------------------- +Thu Dec 4 09:37:35 CET 2008 - mszeredi@suse.de + +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). + +------------------------------------------------------------------- +Thu Dec 4 09:19:55 CET 2008 - hare@suse.de + +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). + +------------------------------------------------------------------- +Thu Dec 4 01:06:34 CET 2008 - gregkh@suse.de + +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. + +------------------------------------------------------------------- +Wed Dec 3 23:09:37 CET 2008 - gregkh@suse.de + +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch + +------------------------------------------------------------------- +Wed Dec 3 16:05:26 CET 2008 - jbeulich@novell.com + +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. + +------------------------------------------------------------------- +Wed Dec 3 15:43:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 14:38:34 CET 2008 - hare@suse.de + +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. + +------------------------------------------------------------------- +Wed Dec 3 13:38:36 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 10:48:49 CET 2008 - hare@suse.de + +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) + +------------------------------------------------------------------- +Wed Dec 3 10:32:12 CET 2008 - teheo@suse.de + +Patch updated to remove strcmp() on NULL strings. + +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). + +------------------------------------------------------------------- +Wed Dec 3 09:38:19 CET 2008 - jbeulich@novell.com + +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. + +------------------------------------------------------------------- +Wed Dec 3 09:11:31 CET 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). + +------------------------------------------------------------------- +Wed Dec 3 08:41:58 CET 2008 - knikanth@suse.de + +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). + +------------------------------------------------------------------- +Wed Dec 3 08:32:18 CET 2008 - sjayaraman@suse.de + +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. + +------------------------------------------------------------------- +Wed Dec 3 07:51:33 CET 2008 - sjayaraman@suse.de + +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing + +------------------------------------------------------------------- +Tue Dec 2 23:47:14 CET 2008 - jeffm@suse.de + +- scripts/git-create-branch: Helper script to create a new + branch. + ------------------------------------------------------------------- Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz diff --git a/kernel-s390.spec b/kernel-s390.spec index f76bc74..f30470b 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-s390 (Version 2.6.27.7) +# spec file for package kernel-s390 (Version 2.6.27.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -62,8 +62,8 @@ Name: kernel-s390 Summary: The Standard Kernel -Version: 2.6.27.7 -Release: 8 +Version: 2.6.27.8 +Release: 1 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -98,8 +98,8 @@ BuildRequires: dwarfextract %endif %if %build_xen %ifarch %ix86 -Provides: kernel-xenpae = 2.6.27.7 -Obsoletes: kernel-xenpae <= 2.6.27.7 +Provides: kernel-xenpae = 2.6.27.8 +Obsoletes: kernel-xenpae <= 2.6.27.8 %endif #!BuildIgnore: xen %endif @@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33 %ifarch %ix86 Conflicts: libc.so.6()(64bit) %endif -Provides: kernel = 2.6.27.7-%source_rel +Provides: kernel = 2.6.27.8-%source_rel Provides: kernel-32bit k_deflt Obsoletes: kernel-32bit k_deflt Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2 @@ -205,13 +205,13 @@ The standard kernel. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then - echo "The kernel-s390-2.6.27.7.nosrc.rpm package does not contain the" \ - "complete sources. Please install kernel-source-2.6.27.7.src.rpm." + echo "The kernel-s390-2.6.27.8.nosrc.rpm package does not contain the" \ + "complete sources. Please install kernel-source-2.6.27.8.src.rpm." exit 1 fi echo "Architecture symbol(s):" %symbols @@ -266,7 +266,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs <shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) +* Wed Dec 03 2008 teheo@suse.de + Patch updated to remove strcmp() on NULL strings. +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). +* Wed Dec 03 2008 jbeulich@novell.com +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. +* Wed Dec 03 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). +* Wed Dec 03 2008 knikanth@suse.de +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). +* Wed Dec 03 2008 sjayaraman@suse.de +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. +* Wed Dec 03 2008 sjayaraman@suse.de +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing +* Tue Dec 02 2008 jeffm@suse.de +- scripts/git-create-branch: Helper script to create a new + branch. * Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes diff --git a/kernel-source.changes b/kernel-source.changes index f315b10..7d30fa1 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,374 @@ +------------------------------------------------------------------- +Mon Dec 8 03:54:35 CET 2008 - tonyj@suse.de + +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. + +------------------------------------------------------------------- +Sat Dec 6 21:59:13 CET 2008 - trenn@suse.de + +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). + +------------------------------------------------------------------- +Sat Dec 6 01:09:26 CET 2008 - gregkh@suse.de + +- refresh patches to apply cleanly. + +------------------------------------------------------------------- +Sat Dec 6 00:26:05 CET 2008 - gregkh@suse.de + +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 + +------------------------------------------------------------------- +Fri Dec 5 17:05:44 CET 2008 - jbeulich@novell.com + +- patches.xen/xen-configurable-guest-devices: fix a typo. + +------------------------------------------------------------------- +Fri Dec 5 16:55:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). + +------------------------------------------------------------------- +Fri Dec 5 16:52:52 CET 2008 - hare@suse.de + +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). + +------------------------------------------------------------------- +Fri Dec 5 16:19:44 CET 2008 - jbeulich@novell.com + +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). + +------------------------------------------------------------------- +Fri Dec 5 12:38:19 CET 2008 - hare@suse.de + +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. + +------------------------------------------------------------------- +Fri Dec 5 08:11:16 CET 2008 - bphilips@suse.de + +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). + +------------------------------------------------------------------- +Fri Dec 5 07:23:40 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. + +------------------------------------------------------------------- +Fri Dec 5 07:13:17 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. + +------------------------------------------------------------------- +Fri Dec 5 06:54:23 CET 2008 - gregkh@suse.de + +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) + +------------------------------------------------------------------- +Fri Dec 5 02:23:23 CET 2008 - nfbrown@suse.de + +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. + +------------------------------------------------------------------- +Thu Dec 4 19:35:07 CET 2008 - jeffm@suse.de + +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). + +------------------------------------------------------------------- +Thu Dec 4 18:47:17 CET 2008 - gregkh@suse.de + +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). + +------------------------------------------------------------------- +Thu Dec 4 16:37:34 CET 2008 - jack@suse.cz + +- Update config files. + +------------------------------------------------------------------- +Thu Dec 4 16:21:10 CET 2008 - jack@suse.cz + + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. + +------------------------------------------------------------------- +Thu Dec 4 14:56:19 CET 2008 - olh@suse.de + +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). + +------------------------------------------------------------------- +Thu Dec 4 14:41:56 CET 2008 - jjolly@suse.de + +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). + +------------------------------------------------------------------- +Thu Dec 4 14:37:34 CET 2008 - olh@suse.de + +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). + +------------------------------------------------------------------- +Thu Dec 4 14:30:44 CET 2008 - olh@suse.de + +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). + +------------------------------------------------------------------- +Thu Dec 4 14:18:02 CET 2008 - hare@suse.de + +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). + +------------------------------------------------------------------- +Thu Dec 4 12:33:22 CET 2008 - mmarek@suse.cz + +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) + + +------------------------------------------------------------------- +Thu Dec 4 10:42:03 CET 2008 - schwab@suse.de + +- Set CONFIG_IA64_CPE_MIGRATE=m. + +------------------------------------------------------------------- +Thu Dec 4 09:50:21 CET 2008 - jbeulich@novell.com + +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. + +------------------------------------------------------------------- +Thu Dec 4 09:37:35 CET 2008 - mszeredi@suse.de + +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). + +------------------------------------------------------------------- +Thu Dec 4 09:19:55 CET 2008 - hare@suse.de + +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). + +------------------------------------------------------------------- +Thu Dec 4 01:06:34 CET 2008 - gregkh@suse.de + +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. + +------------------------------------------------------------------- +Wed Dec 3 23:09:37 CET 2008 - gregkh@suse.de + +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch + +------------------------------------------------------------------- +Wed Dec 3 16:05:26 CET 2008 - jbeulich@novell.com + +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. + +------------------------------------------------------------------- +Wed Dec 3 15:43:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 14:38:34 CET 2008 - hare@suse.de + +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. + +------------------------------------------------------------------- +Wed Dec 3 13:38:36 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 10:48:49 CET 2008 - hare@suse.de + +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) + +------------------------------------------------------------------- +Wed Dec 3 10:32:12 CET 2008 - teheo@suse.de + +Patch updated to remove strcmp() on NULL strings. + +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). + +------------------------------------------------------------------- +Wed Dec 3 09:38:19 CET 2008 - jbeulich@novell.com + +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. + +------------------------------------------------------------------- +Wed Dec 3 09:11:31 CET 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). + +------------------------------------------------------------------- +Wed Dec 3 08:41:58 CET 2008 - knikanth@suse.de + +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). + +------------------------------------------------------------------- +Wed Dec 3 08:32:18 CET 2008 - sjayaraman@suse.de + +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. + +------------------------------------------------------------------- +Wed Dec 3 07:51:33 CET 2008 - sjayaraman@suse.de + +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing + +------------------------------------------------------------------- +Tue Dec 2 23:47:14 CET 2008 - jeffm@suse.de + +- scripts/git-create-branch: Helper script to create a new + branch. + ------------------------------------------------------------------- Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index ae485b0..0aa9d67 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-source (Version 2.6.27.7) +# spec file for package kernel-source (Version 2.6.27.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -29,8 +29,8 @@ Url: http://www.kernel.org/ Name: kernel-source Summary: The Linux Kernel Sources -Version: 2.6.27.7 -Release: 8 +Version: 2.6.27.8 +Release: 1 License: GPL v2 only Group: Development/Sources AutoReqProv: off @@ -42,7 +42,7 @@ BuildRequires: kernel-dummy %endif ExclusiveArch: %ix86 ppc ppc64 s390 s390x ia64 x86_64 Provides: linux -Provides: kernel-source = 2.6.27.7-%source_rel +Provides: kernel-source = 2.6.27.8-%source_rel %if "kernel-source" == "kernel-source" Provides: linux lx_suse lx_sus22 lx_sus24 Obsoletes: linux lx-gdt lx-hack lx-suse lx1162_1 lx1162_2 lx1212_1 lx1212_2 lx1213_1 lx1213_2 lx121_1 lx121_2 lx126_1 lx126_2 lx129_1 lx129_2 lx_large kernel_headers lx_suse lx_sus22 lx_sus24 @@ -117,8 +117,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -135,7 +135,7 @@ RELEASE=%source_rel while [ "$RELEASE" != "${RELEASE#[^0-9]*.}" ]; do RELEASE=${RELEASE#[^0-9]*.} done -KERNELRELEASE=2.6.27.7-$RELEASE +KERNELRELEASE=2.6.27.8-$RELEASE case kernel-source in (*-rt) variant=-rt @@ -162,7 +162,7 @@ chmod -x arch/arm/mach-at91/board-yl-9200.c # executable by accident (fixed in 2 > .patches for patch in $(< .patches); do if ! patch -s -F0 -E -p1 --no-backup-if-mismatch \ - -i %_builddir/kernel-source-2.6.27.7/$patch; then + -i %_builddir/kernel-source-2.6.27.8/$patch; then echo "*** Patch $patch failed ***" exit 1 fi @@ -274,6 +274,249 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \ %files -f kernel-source.files %changelog +* Mon Dec 08 2008 tonyj@suse.de +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. +* Sat Dec 06 2008 trenn@suse.de +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). +* Sat Dec 06 2008 gregkh@suse.de +- refresh patches to apply cleanly. +* Sat Dec 06 2008 gregkh@suse.de +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 +* Fri Dec 05 2008 jbeulich@novell.com +- patches.xen/xen-configurable-guest-devices: fix a typo. +* Fri Dec 05 2008 olh@suse.de +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). +* Fri Dec 05 2008 hare@suse.de +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). +* Fri Dec 05 2008 jbeulich@novell.com +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). +* Fri Dec 05 2008 hare@suse.de +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. +* Fri Dec 05 2008 bphilips@suse.de +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). +* Fri Dec 05 2008 gregkh@suse.de +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. +* Fri Dec 05 2008 gregkh@suse.de +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. +* Fri Dec 05 2008 gregkh@suse.de +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) +* Fri Dec 05 2008 nfbrown@suse.de +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. +* Thu Dec 04 2008 jeffm@suse.de +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). +* Thu Dec 04 2008 gregkh@suse.de +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). +* Thu Dec 04 2008 jack@suse.cz +- Update config files. +* Thu Dec 04 2008 jack@suse.cz + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. +* Thu Dec 04 2008 olh@suse.de +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). +* Thu Dec 04 2008 jjolly@suse.de +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). +* Thu Dec 04 2008 olh@suse.de +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). +* Thu Dec 04 2008 olh@suse.de +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). +* Thu Dec 04 2008 hare@suse.de +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). +* Thu Dec 04 2008 mmarek@suse.cz +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) +* Thu Dec 04 2008 schwab@suse.de +- Set CONFIG_IA64_CPE_MIGRATE=m. +* Thu Dec 04 2008 jbeulich@novell.com +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. +* Thu Dec 04 2008 mszeredi@suse.de +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). +* Thu Dec 04 2008 hare@suse.de +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). +* Thu Dec 04 2008 gregkh@suse.de +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. +* Wed Dec 03 2008 gregkh@suse.de +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. +* Wed Dec 03 2008 olh@suse.de +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. +* Wed Dec 03 2008 olh@suse.de +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) +* Wed Dec 03 2008 teheo@suse.de + Patch updated to remove strcmp() on NULL strings. +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). +* Wed Dec 03 2008 jbeulich@novell.com +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. +* Wed Dec 03 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). +* Wed Dec 03 2008 knikanth@suse.de +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). +* Wed Dec 03 2008 sjayaraman@suse.de +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. +* Wed Dec 03 2008 sjayaraman@suse.de +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing +* Tue Dec 02 2008 jeffm@suse.de +- scripts/git-create-branch: Helper script to create a new + branch. * Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes diff --git a/kernel-syms.changes b/kernel-syms.changes index f315b10..7d30fa1 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,374 @@ +------------------------------------------------------------------- +Mon Dec 8 03:54:35 CET 2008 - tonyj@suse.de + +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. + +------------------------------------------------------------------- +Sat Dec 6 21:59:13 CET 2008 - trenn@suse.de + +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). + +------------------------------------------------------------------- +Sat Dec 6 01:09:26 CET 2008 - gregkh@suse.de + +- refresh patches to apply cleanly. + +------------------------------------------------------------------- +Sat Dec 6 00:26:05 CET 2008 - gregkh@suse.de + +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 + +------------------------------------------------------------------- +Fri Dec 5 17:05:44 CET 2008 - jbeulich@novell.com + +- patches.xen/xen-configurable-guest-devices: fix a typo. + +------------------------------------------------------------------- +Fri Dec 5 16:55:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). + +------------------------------------------------------------------- +Fri Dec 5 16:52:52 CET 2008 - hare@suse.de + +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). + +------------------------------------------------------------------- +Fri Dec 5 16:19:44 CET 2008 - jbeulich@novell.com + +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). + +------------------------------------------------------------------- +Fri Dec 5 12:38:19 CET 2008 - hare@suse.de + +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. + +------------------------------------------------------------------- +Fri Dec 5 08:11:16 CET 2008 - bphilips@suse.de + +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). + +------------------------------------------------------------------- +Fri Dec 5 07:23:40 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. + +------------------------------------------------------------------- +Fri Dec 5 07:13:17 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. + +------------------------------------------------------------------- +Fri Dec 5 06:54:23 CET 2008 - gregkh@suse.de + +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) + +------------------------------------------------------------------- +Fri Dec 5 02:23:23 CET 2008 - nfbrown@suse.de + +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. + +------------------------------------------------------------------- +Thu Dec 4 19:35:07 CET 2008 - jeffm@suse.de + +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). + +------------------------------------------------------------------- +Thu Dec 4 18:47:17 CET 2008 - gregkh@suse.de + +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). + +------------------------------------------------------------------- +Thu Dec 4 16:37:34 CET 2008 - jack@suse.cz + +- Update config files. + +------------------------------------------------------------------- +Thu Dec 4 16:21:10 CET 2008 - jack@suse.cz + + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. + +------------------------------------------------------------------- +Thu Dec 4 14:56:19 CET 2008 - olh@suse.de + +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). + +------------------------------------------------------------------- +Thu Dec 4 14:41:56 CET 2008 - jjolly@suse.de + +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). + +------------------------------------------------------------------- +Thu Dec 4 14:37:34 CET 2008 - olh@suse.de + +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). + +------------------------------------------------------------------- +Thu Dec 4 14:30:44 CET 2008 - olh@suse.de + +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). + +------------------------------------------------------------------- +Thu Dec 4 14:18:02 CET 2008 - hare@suse.de + +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). + +------------------------------------------------------------------- +Thu Dec 4 12:33:22 CET 2008 - mmarek@suse.cz + +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) + + +------------------------------------------------------------------- +Thu Dec 4 10:42:03 CET 2008 - schwab@suse.de + +- Set CONFIG_IA64_CPE_MIGRATE=m. + +------------------------------------------------------------------- +Thu Dec 4 09:50:21 CET 2008 - jbeulich@novell.com + +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. + +------------------------------------------------------------------- +Thu Dec 4 09:37:35 CET 2008 - mszeredi@suse.de + +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). + +------------------------------------------------------------------- +Thu Dec 4 09:19:55 CET 2008 - hare@suse.de + +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). + +------------------------------------------------------------------- +Thu Dec 4 01:06:34 CET 2008 - gregkh@suse.de + +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. + +------------------------------------------------------------------- +Wed Dec 3 23:09:37 CET 2008 - gregkh@suse.de + +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch + +------------------------------------------------------------------- +Wed Dec 3 16:05:26 CET 2008 - jbeulich@novell.com + +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. + +------------------------------------------------------------------- +Wed Dec 3 15:43:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 14:38:34 CET 2008 - hare@suse.de + +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. + +------------------------------------------------------------------- +Wed Dec 3 13:38:36 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 10:48:49 CET 2008 - hare@suse.de + +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) + +------------------------------------------------------------------- +Wed Dec 3 10:32:12 CET 2008 - teheo@suse.de + +Patch updated to remove strcmp() on NULL strings. + +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). + +------------------------------------------------------------------- +Wed Dec 3 09:38:19 CET 2008 - jbeulich@novell.com + +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. + +------------------------------------------------------------------- +Wed Dec 3 09:11:31 CET 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). + +------------------------------------------------------------------- +Wed Dec 3 08:41:58 CET 2008 - knikanth@suse.de + +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). + +------------------------------------------------------------------- +Wed Dec 3 08:32:18 CET 2008 - sjayaraman@suse.de + +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. + +------------------------------------------------------------------- +Wed Dec 3 07:51:33 CET 2008 - sjayaraman@suse.de + +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing + +------------------------------------------------------------------- +Tue Dec 2 23:47:14 CET 2008 - jeffm@suse.de + +- scripts/git-create-branch: Helper script to create a new + branch. + ------------------------------------------------------------------- Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 31f82ee..66da862 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-syms (Version 2.6.27.7) +# spec file for package kernel-syms (Version 2.6.27.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -28,8 +28,8 @@ Url: http://www.kernel.org/ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) -Version: 2.6.27.7 -Release: 8 +Version: 2.6.27.8 +Release: 1 License: GPL v2 only Group: Development/Sources AutoReqProv: off @@ -69,7 +69,7 @@ BuildRequires: kernel-debug kernel-default kernel-trace kernel-xen #!BuildIgnore: irqbalance xen #!BuildIgnore: perl-Bootloader mkinitrd Requires: linux -Requires: kernel-source = 2.6.27.7-%source_rel +Requires: kernel-source = 2.6.27.8-%source_rel Source11: arch-symbols Source12: guards Source21: config.conf @@ -94,8 +94,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %prep echo "Architecture symbol(s):" %symbols @@ -152,6 +152,249 @@ done /lib/modules/*/build %changelog +* Mon Dec 08 2008 tonyj@suse.de +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. +* Sat Dec 06 2008 trenn@suse.de +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). +* Sat Dec 06 2008 gregkh@suse.de +- refresh patches to apply cleanly. +* Sat Dec 06 2008 gregkh@suse.de +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 +* Fri Dec 05 2008 jbeulich@novell.com +- patches.xen/xen-configurable-guest-devices: fix a typo. +* Fri Dec 05 2008 olh@suse.de +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). +* Fri Dec 05 2008 hare@suse.de +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). +* Fri Dec 05 2008 jbeulich@novell.com +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). +* Fri Dec 05 2008 hare@suse.de +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. +* Fri Dec 05 2008 bphilips@suse.de +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). +* Fri Dec 05 2008 gregkh@suse.de +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. +* Fri Dec 05 2008 gregkh@suse.de +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. +* Fri Dec 05 2008 gregkh@suse.de +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) +* Fri Dec 05 2008 nfbrown@suse.de +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. +* Thu Dec 04 2008 jeffm@suse.de +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). +* Thu Dec 04 2008 gregkh@suse.de +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). +* Thu Dec 04 2008 jack@suse.cz +- Update config files. +* Thu Dec 04 2008 jack@suse.cz + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. +* Thu Dec 04 2008 olh@suse.de +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). +* Thu Dec 04 2008 jjolly@suse.de +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). +* Thu Dec 04 2008 olh@suse.de +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). +* Thu Dec 04 2008 olh@suse.de +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). +* Thu Dec 04 2008 hare@suse.de +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). +* Thu Dec 04 2008 mmarek@suse.cz +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) +* Thu Dec 04 2008 schwab@suse.de +- Set CONFIG_IA64_CPE_MIGRATE=m. +* Thu Dec 04 2008 jbeulich@novell.com +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. +* Thu Dec 04 2008 mszeredi@suse.de +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). +* Thu Dec 04 2008 hare@suse.de +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). +* Thu Dec 04 2008 gregkh@suse.de +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. +* Wed Dec 03 2008 gregkh@suse.de +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. +* Wed Dec 03 2008 olh@suse.de +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. +* Wed Dec 03 2008 olh@suse.de +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) +* Wed Dec 03 2008 teheo@suse.de + Patch updated to remove strcmp() on NULL strings. +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). +* Wed Dec 03 2008 jbeulich@novell.com +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. +* Wed Dec 03 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). +* Wed Dec 03 2008 knikanth@suse.de +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). +* Wed Dec 03 2008 sjayaraman@suse.de +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. +* Wed Dec 03 2008 sjayaraman@suse.de +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing +* Tue Dec 02 2008 jeffm@suse.de +- scripts/git-create-branch: Helper script to create a new + branch. * Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes diff --git a/kernel-trace.changes b/kernel-trace.changes index f315b10..7d30fa1 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,374 @@ +------------------------------------------------------------------- +Mon Dec 8 03:54:35 CET 2008 - tonyj@suse.de + +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. + +------------------------------------------------------------------- +Sat Dec 6 21:59:13 CET 2008 - trenn@suse.de + +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). + +------------------------------------------------------------------- +Sat Dec 6 01:09:26 CET 2008 - gregkh@suse.de + +- refresh patches to apply cleanly. + +------------------------------------------------------------------- +Sat Dec 6 00:26:05 CET 2008 - gregkh@suse.de + +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 + +------------------------------------------------------------------- +Fri Dec 5 17:05:44 CET 2008 - jbeulich@novell.com + +- patches.xen/xen-configurable-guest-devices: fix a typo. + +------------------------------------------------------------------- +Fri Dec 5 16:55:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). + +------------------------------------------------------------------- +Fri Dec 5 16:52:52 CET 2008 - hare@suse.de + +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). + +------------------------------------------------------------------- +Fri Dec 5 16:19:44 CET 2008 - jbeulich@novell.com + +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). + +------------------------------------------------------------------- +Fri Dec 5 12:38:19 CET 2008 - hare@suse.de + +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. + +------------------------------------------------------------------- +Fri Dec 5 08:11:16 CET 2008 - bphilips@suse.de + +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). + +------------------------------------------------------------------- +Fri Dec 5 07:23:40 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. + +------------------------------------------------------------------- +Fri Dec 5 07:13:17 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. + +------------------------------------------------------------------- +Fri Dec 5 06:54:23 CET 2008 - gregkh@suse.de + +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) + +------------------------------------------------------------------- +Fri Dec 5 02:23:23 CET 2008 - nfbrown@suse.de + +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. + +------------------------------------------------------------------- +Thu Dec 4 19:35:07 CET 2008 - jeffm@suse.de + +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). + +------------------------------------------------------------------- +Thu Dec 4 18:47:17 CET 2008 - gregkh@suse.de + +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). + +------------------------------------------------------------------- +Thu Dec 4 16:37:34 CET 2008 - jack@suse.cz + +- Update config files. + +------------------------------------------------------------------- +Thu Dec 4 16:21:10 CET 2008 - jack@suse.cz + + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. + +------------------------------------------------------------------- +Thu Dec 4 14:56:19 CET 2008 - olh@suse.de + +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). + +------------------------------------------------------------------- +Thu Dec 4 14:41:56 CET 2008 - jjolly@suse.de + +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). + +------------------------------------------------------------------- +Thu Dec 4 14:37:34 CET 2008 - olh@suse.de + +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). + +------------------------------------------------------------------- +Thu Dec 4 14:30:44 CET 2008 - olh@suse.de + +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). + +------------------------------------------------------------------- +Thu Dec 4 14:18:02 CET 2008 - hare@suse.de + +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). + +------------------------------------------------------------------- +Thu Dec 4 12:33:22 CET 2008 - mmarek@suse.cz + +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) + + +------------------------------------------------------------------- +Thu Dec 4 10:42:03 CET 2008 - schwab@suse.de + +- Set CONFIG_IA64_CPE_MIGRATE=m. + +------------------------------------------------------------------- +Thu Dec 4 09:50:21 CET 2008 - jbeulich@novell.com + +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. + +------------------------------------------------------------------- +Thu Dec 4 09:37:35 CET 2008 - mszeredi@suse.de + +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). + +------------------------------------------------------------------- +Thu Dec 4 09:19:55 CET 2008 - hare@suse.de + +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). + +------------------------------------------------------------------- +Thu Dec 4 01:06:34 CET 2008 - gregkh@suse.de + +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. + +------------------------------------------------------------------- +Wed Dec 3 23:09:37 CET 2008 - gregkh@suse.de + +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch + +------------------------------------------------------------------- +Wed Dec 3 16:05:26 CET 2008 - jbeulich@novell.com + +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. + +------------------------------------------------------------------- +Wed Dec 3 15:43:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 14:38:34 CET 2008 - hare@suse.de + +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. + +------------------------------------------------------------------- +Wed Dec 3 13:38:36 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 10:48:49 CET 2008 - hare@suse.de + +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) + +------------------------------------------------------------------- +Wed Dec 3 10:32:12 CET 2008 - teheo@suse.de + +Patch updated to remove strcmp() on NULL strings. + +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). + +------------------------------------------------------------------- +Wed Dec 3 09:38:19 CET 2008 - jbeulich@novell.com + +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. + +------------------------------------------------------------------- +Wed Dec 3 09:11:31 CET 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). + +------------------------------------------------------------------- +Wed Dec 3 08:41:58 CET 2008 - knikanth@suse.de + +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). + +------------------------------------------------------------------- +Wed Dec 3 08:32:18 CET 2008 - sjayaraman@suse.de + +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. + +------------------------------------------------------------------- +Wed Dec 3 07:51:33 CET 2008 - sjayaraman@suse.de + +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing + +------------------------------------------------------------------- +Tue Dec 2 23:47:14 CET 2008 - jeffm@suse.de + +- scripts/git-create-branch: Helper script to create a new + branch. + ------------------------------------------------------------------- Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz diff --git a/kernel-trace.spec b/kernel-trace.spec index 985c8d1..1da4023 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-trace (Version 2.6.27.7) +# spec file for package kernel-trace (Version 2.6.27.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -62,8 +62,8 @@ Name: kernel-trace Summary: The Realtime Linux Kernel -Version: 2.6.27.7 -Release: 8 +Version: 2.6.27.8 +Release: 1 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -98,8 +98,8 @@ BuildRequires: dwarfextract %endif %if %build_xen %ifarch %ix86 -Provides: kernel-xenpae = 2.6.27.7 -Obsoletes: kernel-xenpae <= 2.6.27.7 +Provides: kernel-xenpae = 2.6.27.8 +Obsoletes: kernel-xenpae <= 2.6.27.8 %endif #!BuildIgnore: xen %endif @@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33 %ifarch %ix86 Conflicts: libc.so.6()(64bit) %endif -Provides: kernel = 2.6.27.7-%source_rel +Provides: kernel = 2.6.27.8-%source_rel %ifarch %ix86 %else %ifarch ia64 @@ -217,13 +217,13 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then - echo "The kernel-trace-2.6.27.7.nosrc.rpm package does not contain the" \ - "complete sources. Please install kernel-source-2.6.27.7.src.rpm." + echo "The kernel-trace-2.6.27.8.nosrc.rpm package does not contain the" \ + "complete sources. Please install kernel-source-2.6.27.8.src.rpm." exit 1 fi echo "Architecture symbol(s):" %symbols @@ -278,7 +278,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs <shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) +* Wed Dec 03 2008 teheo@suse.de + Patch updated to remove strcmp() on NULL strings. +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). +* Wed Dec 03 2008 jbeulich@novell.com +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. +* Wed Dec 03 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). +* Wed Dec 03 2008 knikanth@suse.de +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). +* Wed Dec 03 2008 sjayaraman@suse.de +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. +* Wed Dec 03 2008 sjayaraman@suse.de +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing +* Tue Dec 02 2008 jeffm@suse.de +- scripts/git-create-branch: Helper script to create a new + branch. * Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index f315b10..7d30fa1 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,374 @@ +------------------------------------------------------------------- +Mon Dec 8 03:54:35 CET 2008 - tonyj@suse.de + +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. + +------------------------------------------------------------------- +Sat Dec 6 21:59:13 CET 2008 - trenn@suse.de + +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). + +------------------------------------------------------------------- +Sat Dec 6 01:09:26 CET 2008 - gregkh@suse.de + +- refresh patches to apply cleanly. + +------------------------------------------------------------------- +Sat Dec 6 00:26:05 CET 2008 - gregkh@suse.de + +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 + +------------------------------------------------------------------- +Fri Dec 5 17:05:44 CET 2008 - jbeulich@novell.com + +- patches.xen/xen-configurable-guest-devices: fix a typo. + +------------------------------------------------------------------- +Fri Dec 5 16:55:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). + +------------------------------------------------------------------- +Fri Dec 5 16:52:52 CET 2008 - hare@suse.de + +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). + +------------------------------------------------------------------- +Fri Dec 5 16:19:44 CET 2008 - jbeulich@novell.com + +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). + +------------------------------------------------------------------- +Fri Dec 5 12:38:19 CET 2008 - hare@suse.de + +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. + +------------------------------------------------------------------- +Fri Dec 5 08:11:16 CET 2008 - bphilips@suse.de + +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). + +------------------------------------------------------------------- +Fri Dec 5 07:23:40 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. + +------------------------------------------------------------------- +Fri Dec 5 07:13:17 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. + +------------------------------------------------------------------- +Fri Dec 5 06:54:23 CET 2008 - gregkh@suse.de + +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) + +------------------------------------------------------------------- +Fri Dec 5 02:23:23 CET 2008 - nfbrown@suse.de + +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. + +------------------------------------------------------------------- +Thu Dec 4 19:35:07 CET 2008 - jeffm@suse.de + +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). + +------------------------------------------------------------------- +Thu Dec 4 18:47:17 CET 2008 - gregkh@suse.de + +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). + +------------------------------------------------------------------- +Thu Dec 4 16:37:34 CET 2008 - jack@suse.cz + +- Update config files. + +------------------------------------------------------------------- +Thu Dec 4 16:21:10 CET 2008 - jack@suse.cz + + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. + +------------------------------------------------------------------- +Thu Dec 4 14:56:19 CET 2008 - olh@suse.de + +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). + +------------------------------------------------------------------- +Thu Dec 4 14:41:56 CET 2008 - jjolly@suse.de + +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). + +------------------------------------------------------------------- +Thu Dec 4 14:37:34 CET 2008 - olh@suse.de + +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). + +------------------------------------------------------------------- +Thu Dec 4 14:30:44 CET 2008 - olh@suse.de + +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). + +------------------------------------------------------------------- +Thu Dec 4 14:18:02 CET 2008 - hare@suse.de + +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). + +------------------------------------------------------------------- +Thu Dec 4 12:33:22 CET 2008 - mmarek@suse.cz + +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) + + +------------------------------------------------------------------- +Thu Dec 4 10:42:03 CET 2008 - schwab@suse.de + +- Set CONFIG_IA64_CPE_MIGRATE=m. + +------------------------------------------------------------------- +Thu Dec 4 09:50:21 CET 2008 - jbeulich@novell.com + +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. + +------------------------------------------------------------------- +Thu Dec 4 09:37:35 CET 2008 - mszeredi@suse.de + +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). + +------------------------------------------------------------------- +Thu Dec 4 09:19:55 CET 2008 - hare@suse.de + +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). + +------------------------------------------------------------------- +Thu Dec 4 01:06:34 CET 2008 - gregkh@suse.de + +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. + +------------------------------------------------------------------- +Wed Dec 3 23:09:37 CET 2008 - gregkh@suse.de + +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch + +------------------------------------------------------------------- +Wed Dec 3 16:05:26 CET 2008 - jbeulich@novell.com + +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. + +------------------------------------------------------------------- +Wed Dec 3 15:43:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 14:38:34 CET 2008 - hare@suse.de + +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. + +------------------------------------------------------------------- +Wed Dec 3 13:38:36 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 10:48:49 CET 2008 - hare@suse.de + +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) + +------------------------------------------------------------------- +Wed Dec 3 10:32:12 CET 2008 - teheo@suse.de + +Patch updated to remove strcmp() on NULL strings. + +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). + +------------------------------------------------------------------- +Wed Dec 3 09:38:19 CET 2008 - jbeulich@novell.com + +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. + +------------------------------------------------------------------- +Wed Dec 3 09:11:31 CET 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). + +------------------------------------------------------------------- +Wed Dec 3 08:41:58 CET 2008 - knikanth@suse.de + +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). + +------------------------------------------------------------------- +Wed Dec 3 08:32:18 CET 2008 - sjayaraman@suse.de + +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. + +------------------------------------------------------------------- +Wed Dec 3 07:51:33 CET 2008 - sjayaraman@suse.de + +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing + +------------------------------------------------------------------- +Tue Dec 2 23:47:14 CET 2008 - jeffm@suse.de + +- scripts/git-create-branch: Helper script to create a new + branch. + ------------------------------------------------------------------- Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index eaff0dd..df13641 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-vanilla (Version 2.6.27.7) +# spec file for package kernel-vanilla (Version 2.6.27.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -62,8 +62,8 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches -Version: 2.6.27.7 -Release: 8 +Version: 2.6.27.8 +Release: 1 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -98,8 +98,8 @@ BuildRequires: dwarfextract %endif %if %build_xen %ifarch %ix86 -Provides: kernel-xenpae = 2.6.27.7 -Obsoletes: kernel-xenpae <= 2.6.27.7 +Provides: kernel-xenpae = 2.6.27.8 +Obsoletes: kernel-xenpae <= 2.6.27.8 %endif #!BuildIgnore: xen %endif @@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33 %ifarch %ix86 Conflicts: libc.so.6()(64bit) %endif -Provides: kernel = 2.6.27.7-%source_rel +Provides: kernel = 2.6.27.8-%source_rel %ifarch %ix86 %else %ifarch ia64 @@ -227,13 +227,13 @@ The standard kernel - without any SUSE patches -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then - echo "The kernel-vanilla-2.6.27.7.nosrc.rpm package does not contain the" \ - "complete sources. Please install kernel-source-2.6.27.7.src.rpm." + echo "The kernel-vanilla-2.6.27.8.nosrc.rpm package does not contain the" \ + "complete sources. Please install kernel-source-2.6.27.8.src.rpm." exit 1 fi echo "Architecture symbol(s):" %symbols @@ -288,7 +288,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs <shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) +* Wed Dec 03 2008 teheo@suse.de + Patch updated to remove strcmp() on NULL strings. +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). +* Wed Dec 03 2008 jbeulich@novell.com +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. +* Wed Dec 03 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). +* Wed Dec 03 2008 knikanth@suse.de +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). +* Wed Dec 03 2008 sjayaraman@suse.de +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. +* Wed Dec 03 2008 sjayaraman@suse.de +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing +* Tue Dec 02 2008 jeffm@suse.de +- scripts/git-create-branch: Helper script to create a new + branch. * Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes diff --git a/kernel-xen.changes b/kernel-xen.changes index f315b10..7d30fa1 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,374 @@ +------------------------------------------------------------------- +Mon Dec 8 03:54:35 CET 2008 - tonyj@suse.de + +- patches.suse/perfmon2-add_ioctl_interface.patch: switch to + ioctl interface for perfmon2. +- patches.suse/perfmon2-fix_disabled.patch: fix initializion of + perfmon disabled. +- patches.suse/perfmon2-remove_get_base_syscall_attr.patch: + remove perfmon syscall_base attribyute. +- patches.suse/perfmon2-remove_syscalls.patch: drop additional + perfmon2 syscalls. +- patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional + perfmon2 syscalls. + +------------------------------------------------------------------- +Sat Dec 6 21:59:13 CET 2008 - trenn@suse.de + +- patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: + ACPI: EC: Don't degrade to poll mode at storm + automatically. (bnc#446142). +- patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break + out of endless loop waiting for PCI config bits to switch + (bnc#449799). + +------------------------------------------------------------------- +Sat Dec 6 01:09:26 CET 2008 - gregkh@suse.de + +- refresh patches to apply cleanly. + +------------------------------------------------------------------- +Sat Dec 6 00:26:05 CET 2008 - gregkh@suse.de + +- Update to final 2.6.27.8 release + - contains 2 changes from 2.6.27.8-rc1 + +------------------------------------------------------------------- +Fri Dec 5 17:05:44 CET 2008 - jbeulich@novell.com + +- patches.xen/xen-configurable-guest-devices: fix a typo. + +------------------------------------------------------------------- +Fri Dec 5 16:55:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + move crq_queue_create at the end of initialization (bnc#455929). + +------------------------------------------------------------------- +Fri Dec 5 16:52:52 CET 2008 - hare@suse.de + +- patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes + for fnic. +- patches.drivers/open-fcoe-rc1-update: Update open-FCoE with + latest patches from Intel (bnc#438954). + +------------------------------------------------------------------- +Fri Dec 5 16:19:44 CET 2008 - jbeulich@novell.com + +- Update Xen x86-64 config (2k guest devices, 1k outstanding transmits + in netback). + +------------------------------------------------------------------- +Fri Dec 5 12:38:19 CET 2008 - hare@suse.de + +- patches.arch/s390-zfcp-synchronize-scsi-register: No udev + events for zfcp online / offline (bnc#443667). +- patches.fixes/scsi-remove-scmd-timeout: Fix block timeout + residue problems (bnc#447249,bnc#441335). +- patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. + +------------------------------------------------------------------- +Fri Dec 5 08:11:16 CET 2008 - bphilips@suse.de + +- patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: + saa7134: fix resource map sanity check conflict (bnc#446733). + +------------------------------------------------------------------- +Fri Dec 5 07:23:40 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-rtl8187se-driver.patch: Staging: + add rtl8187se driver. Needed for MSI Wind and other netbooks. + +------------------------------------------------------------------- +Fri Dec 5 07:13:17 CET 2008 - gregkh@suse.de + +- Update config files. +- patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: + Staging: Add ServerEngines benet 10Gb ethernet driver. + +------------------------------------------------------------------- +Fri Dec 5 06:54:23 CET 2008 - gregkh@suse.de + +- update the wlan-ng driver to the latest upstream version, making + it much more useful (it actually works now...) + +------------------------------------------------------------------- +Fri Dec 5 02:23:23 CET 2008 - nfbrown@suse.de + +- patches.fixes/sunrpc-module-refcount-fix: Add a reference to + sunrpc in svc_addsock (443379). This avoid a bug where + refcount on sunrpc can go zero or negative. + +------------------------------------------------------------------- +Thu Dec 4 19:35:07 CET 2008 - jeffm@suse.de + +- patches.fixes/reiserfs-debug-1036: reiserfs: print more + information when an empty journal list is encountered + (bnc#447406 bnc#399966). + +------------------------------------------------------------------- +Thu Dec 4 18:47:17 CET 2008 - gregkh@suse.de + +- patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: + ATM: duplicate listen() on socket corrupts the vcc table + (CVE-2008-5079). + +------------------------------------------------------------------- +Thu Dec 4 16:37:34 CET 2008 - jack@suse.cz + +- Update config files. + +------------------------------------------------------------------- +Thu Dec 4 16:21:10 CET 2008 - jack@suse.cz + + XFS update on request from SGI: +- patches.apparmor/vfs-notify_change.diff: Add a vfsmount + parameter to notify_change(). (refreshed) +- patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: + Account for allocated blocks when expanding directories + (bnc#450658). +- patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: + XFS: Check for valid transaction headers in recovery + (bnc#450658). +- patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI + (bnc#450658). +- patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). +- patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs + (bnc#450658). +- patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: + handle memory allocation failures during log initialisation + (bnc#450658). +- patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware + (74107, 173874, bnc#450658). +- patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait + for all I/O on truncate to zero file size (bnc#450658). +- patches.suse/xfs-dmapi-2.6.27: Delete. +- patches.suse/xfs-dmapi-xfs-2.6.27: Delete. + +------------------------------------------------------------------- +Thu Dec 4 14:56:19 CET 2008 - olh@suse.de + +- patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: + Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). + +------------------------------------------------------------------- +Thu Dec 4 14:41:56 CET 2008 - jjolly@suse.de + +- Update config files. +- patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: + fix remote port status check (bnc#450096). +- patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize + work. (bnc#450096). +- patches.arch/s390-05-07-generic-ipi.patch: kernel: + smp_call_function races. (bnc#450096). +- patches.arch/s390-05-08-topology.patch: kernel: disable cpu + topology support by default (bnc#450096,LTC#50392). + +------------------------------------------------------------------- +Thu Dec 4 14:37:34 CET 2008 - olh@suse.de + +- patches.arch/ppc-cell-gdb-watchpoints.patch: + Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). + +------------------------------------------------------------------- +Thu Dec 4 14:30:44 CET 2008 - olh@suse.de + +- patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on + Cell entered with XER.SO=1 (bnc#456406 - LTC50395). + +------------------------------------------------------------------- +Thu Dec 4 14:18:02 CET 2008 - hare@suse.de + +- patches.suse/genhd-disk-ro-uevents: Send uevents for + write_protect changes (bnc#440959). + +------------------------------------------------------------------- +Thu Dec 4 12:33:22 CET 2008 - mmarek@suse.cz + +- supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and + kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, + a supported variant will be provided in a separate KMP + (bnc#455959) + + +------------------------------------------------------------------- +Thu Dec 4 10:42:03 CET 2008 - schwab@suse.de + +- Set CONFIG_IA64_CPE_MIGRATE=m. + +------------------------------------------------------------------- +Thu Dec 4 09:50:21 CET 2008 - jbeulich@novell.com + +- supported.conf: Mark pciback as support, sfc_resource, sfc_netback, + and sfc_netutil as externally supported, add sfc_netfront, and mark + xenscsi and xen-scsibk as unsupported. + +------------------------------------------------------------------- +Thu Dec 4 09:37:35 CET 2008 - mszeredi@suse.de + +- patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of + uninitialized variable in cache_grow() (bnc#444597). + +------------------------------------------------------------------- +Thu Dec 4 09:19:55 CET 2008 - hare@suse.de + +- patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use + block timeout (bnc#447249,bnc#441335). + +------------------------------------------------------------------- +Thu Dec 4 01:06:34 CET 2008 - gregkh@suse.de + +- patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed + anymore now that 2.6.27.8-rc1 has a similar fix. + +------------------------------------------------------------------- +Wed Dec 3 23:09:37 CET 2008 - gregkh@suse.de + +- Update to 2.6.27.8-rc1: + - lots of bugfixes + - some security fixes as well. + - obsoletes lots of existing patches: + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch + +------------------------------------------------------------------- +Wed Dec 3 16:05:26 CET 2008 - jbeulich@novell.com + +- patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. +- patches.xen/xen3-patch-2.6.27, + patches.xen/xen-netback-notify-multi, + patches.xen/xen-virq-per-cpu-irq: Refresh. + +------------------------------------------------------------------- +Wed Dec 3 15:43:30 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: change + init order to fill in shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 14:38:34 CET 2008 - hare@suse.de + +- patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for + skb allocation. + +------------------------------------------------------------------- +Wed Dec 3 13:38:36 CET 2008 - olh@suse.de + +- patches.suse/scsi-scsi_transport_srp-shost_data.patch: + add debug for Scsi_Host->shost_data (bnc#455929). + +------------------------------------------------------------------- +Wed Dec 3 10:48:49 CET 2008 - hare@suse.de + +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) + +------------------------------------------------------------------- +Wed Dec 3 10:32:12 CET 2008 - teheo@suse.de + +Patch updated to remove strcmp() on NULL strings. + +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). + +------------------------------------------------------------------- +Wed Dec 3 09:38:19 CET 2008 - jbeulich@novell.com + +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. + +------------------------------------------------------------------- +Wed Dec 3 09:11:31 CET 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). + +------------------------------------------------------------------- +Wed Dec 3 08:41:58 CET 2008 - knikanth@suse.de + +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). + +------------------------------------------------------------------- +Wed Dec 3 08:32:18 CET 2008 - sjayaraman@suse.de + +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. + +------------------------------------------------------------------- +Wed Dec 3 07:51:33 CET 2008 - sjayaraman@suse.de + +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing + +------------------------------------------------------------------- +Tue Dec 2 23:47:14 CET 2008 - jeffm@suse.de + +- scripts/git-create-branch: Helper script to create a new + branch. + ------------------------------------------------------------------- Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz diff --git a/kernel-xen.spec b/kernel-xen.spec index a0a84e3..60732eb 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-xen (Version 2.6.27.7) +# spec file for package kernel-xen (Version 2.6.27.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -62,8 +62,8 @@ Name: kernel-xen Summary: The Xen Kernel -Version: 2.6.27.7 -Release: 8 +Version: 2.6.27.8 +Release: 1 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -98,8 +98,8 @@ BuildRequires: dwarfextract %endif %if %build_xen %ifarch %ix86 -Provides: kernel-xenpae = 2.6.27.7 -Obsoletes: kernel-xenpae <= 2.6.27.7 +Provides: kernel-xenpae = 2.6.27.8 +Obsoletes: kernel-xenpae <= 2.6.27.8 %endif #!BuildIgnore: xen %endif @@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33 %ifarch %ix86 Conflicts: libc.so.6()(64bit) %endif -Provides: kernel = 2.6.27.7-%source_rel +Provides: kernel = 2.6.27.8-%source_rel %ifarch %ix86 %else %ifarch x86_64 @@ -211,13 +211,13 @@ unprivileged ("xenU") kernel. -Source Timestamp: 2008-12-02 22:27:33 +0100 -GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 +Source Timestamp: 2008-12-08 03:55:28 +0100 +GIT Revision: 52970fae27749478e86a9558ba81c95a07653278 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then - echo "The kernel-xen-2.6.27.7.nosrc.rpm package does not contain the" \ - "complete sources. Please install kernel-source-2.6.27.7.src.rpm." + echo "The kernel-xen-2.6.27.8.nosrc.rpm package does not contain the" \ + "complete sources. Please install kernel-source-2.6.27.8.src.rpm." exit 1 fi echo "Architecture symbol(s):" %symbols @@ -272,7 +272,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs <shost_data (bnc#455929). +* Wed Dec 03 2008 hare@suse.de +- supported.conf: mark dm-leastpending-path as supported + (bnc#444199) +* Wed Dec 03 2008 teheo@suse.de + Patch updated to remove strcmp() on NULL strings. +- patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: + ata_piix: add borked Tecra M4 to broken suspend list + (bnc#398270). +* Wed Dec 03 2008 jbeulich@novell.com +- Update Xen patches to c/s 728 (plus several indivual ones) +- patches.xen/735-balloon-exit.patch: remove sysfs files during balloon + module exit. +- patches.xen/737-kexec-free.patch: kexec: Don't pass + limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). +- patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix + potential resource leak. +- patches.xen/746-pirq-status-page.patch: use shared page indicating + the need for an EOI notification +- patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of + xen_limit_pages_to_max_mfn() +- patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code +- patches.xen/panic-on-io-nmi-xen.diff: Rename to ... +- patches.xen/xen3-panic-on-io-nmi.diff: ... this. +- patches.xen/uv-sysfs-no-xen.diff: Replace by ... +- patches.xen/xen3-uv_setup_irq.diff: ... this. +- patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: + add early detection of UV system types (bnc#429984). +- patches.xen/xen-fb-bad-irq: Delete. +* Wed Dec 03 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver + to 8.2.8.9 (bnc#420767). +* Wed Dec 03 2008 knikanth@suse.de +- patches.suse/cfq-ioc-race: Exiting queue and task might race + to free cic (bnc#444346). +* Wed Dec 03 2008 sjayaraman@suse.de +- patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it + didn't apply cleanly. +* Wed Dec 03 2008 sjayaraman@suse.de +- Fix data corruption issues (411655). + patches.fixes/cifs-fix-data-corruption + patches.fixes/cifs-fix-smb-send2 +- Fix multiple oopses, memory corruption due to mount/umount races + (https://bugzilla.samba.org/show_bug.cgi?id=5720). + patches.fixes/cifs-add-cifs_sock_list + patches.fixes/cifs-cleanup-cifs_mount + patches.fixes/cifs-cleanup-proto-handling + patches.fixes/cifs-disable-sess-sharing + patches.fixes/cifs-fix-build-breakage + patches.fixes/cifs-fix-dead-tcon-check + patches.fixes/cifs-fix-oops-on-failed-mount + patches.fixes/cifs-fix-reconnection-flags + patches.fixes/cifs-fix-writepages + patches.fixes/cifs-reinstate-sess-sharing-sans-races + patches.fixes/cifs-reinstate-treecon-sharing +* Tue Dec 02 2008 jeffm@suse.de +- scripts/git-create-branch: Helper script to create a new + branch. * Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes diff --git a/patches.addon.tar.bz2 b/patches.addon.tar.bz2 index 82cee1e..dfc18a6 100644 --- a/patches.addon.tar.bz2 +++ b/patches.addon.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a2ffd8055dac4f6a16bd303fbf94e2235f34d079c6b15f72a1ffdacdd169b51 -size 127 +oid sha256:c8d3e3491a7b6bb7d00580066cc617c1e126e806b6b2844f69b3dfa5e6fd108d +size 128 diff --git a/patches.apparmor.tar.bz2 b/patches.apparmor.tar.bz2 index cfdc29f..81aabfb 100644 --- a/patches.apparmor.tar.bz2 +++ b/patches.apparmor.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd3a92eb837f6ba5c02d7a79b02a47e41a1bea2152a03f175c79ea164e09cb23 -size 59244 +oid sha256:9e10887911815a5e2631600dbe8615e534fbc5aa9c15adbae421f86f639528ad +size 59215 diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index 6005770..4229d52 100644 --- a/patches.arch.tar.bz2 +++ b/patches.arch.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0020df95df322910e5b4edb6caa14215c0304b305e7cc2beb2aa66957383e468 -size 264450 +oid sha256:845b030b1596df04c13c19b4a59f2956cbb00ec9ff59bf4f6660e384cf4379e2 +size 272095 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 23fb6fa..9ef59fd 100644 --- a/patches.drivers.tar.bz2 +++ b/patches.drivers.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b61780d851ab0557ccddadd264a40368835488e83a47af72d2dbdb50a0f09628 -size 2695372 +oid sha256:d39a5bf280b07e782fa9d6447c259cf4a72436254fbae66b52c581d63bde7cab +size 2898188 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index d724e59..70f0922 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c68000c6d713f983c4d10c29e90296788fad096fb179f50e3363ac53cb192b2 -size 153490 +oid sha256:16f59d14d26f29473a0f1096e35236d916bf7eef7827aa9589b6121c5634fb0b +size 131066 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 25ff494..0a52ae0 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23f0c374b5a14e73238a0d3539b65b5072a4038b9e57c5918b1a67a919933be6 -size 83320 +oid sha256:665116a431eca60dcabe6d722d239caf224d4588076d93d25bdd0da8131271a1 +size 133943 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index 9a21d6e..e6e1480 100644 --- a/patches.rpmify.tar.bz2 +++ b/patches.rpmify.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5baff7805ce91ee88ffccef938ba004b87e92a494de7f031faf7a2729a0603c -size 1593 +oid sha256:2bfaed04cf73eaebf61d666212d80107bed7bfca2fda1ad4040287e12dec5fc4 +size 1609 diff --git a/patches.rt.tar.bz2 b/patches.rt.tar.bz2 index a58b782..9df8e9b 100644 --- a/patches.rt.tar.bz2 +++ b/patches.rt.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8299d11d665c5c33e247d0a634a8353eff3a1d3e41969c0ed41c0ef1edd1c7e -size 126 +oid sha256:f1fd979554ab9759af72494a1e178508584d42ae1aadf1d072c9edb04841f169 +size 125 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 995fa1d..a41f0c6 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0cb076bde0cb16afe60eb98c597ceab42935fa9035cc7f070ffa85dff73b3ea -size 1450555 +oid sha256:f1cf568e46bdf7cc515dcd812a2003e96fdf6546d490d0fdc9b7a0549a263b3e +size 1460639 diff --git a/patches.trace.tar.bz2 b/patches.trace.tar.bz2 index 8a3eac9..7b68a63 100644 --- a/patches.trace.tar.bz2 +++ b/patches.trace.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22c1d68058a6a71c22a4e1e57716ecc4f60b0d9267474838ce5bc984ec4d8380 -size 63312 +oid sha256:68ecbae0489b4989c72d1560f7b1c6b75f9a33ed29a33902e1b21040ebb70f58 +size 63270 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index dc1552b..88f6068 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f7e53c7d0104259e493a4c4f2160be68f091d383a7bcacb15b3c3d2be8d0492 -size 1499281 +oid sha256:6e8f9741a9860e49780a855a363228308ed02e722bd8d0dd6a0a2a568af664ef +size 1508801 diff --git a/series.conf b/series.conf index 619f991..f5a5449 100644 --- a/series.conf +++ b/series.conf @@ -37,6 +37,7 @@ patches.kernel.org/revert-scsi-qla2xxx-correct-atmel-flash-part-handling.patch patches.kernel.org/revert-scsi-qla2xxx-do-not-honour-max_vports-from-firmware-for-2g-isps-and-below.patch patches.kernel.org/revert-scsi-qla2xxx-return-a-failed-status-when-abort-mailbox-command-fails.patch + patches.kernel.org/patch-2.6.27.7-8 ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -118,13 +119,11 @@ patches.fixes/nr-irqs-file patches.arch/mm-avoid-bad-page-on-lru patches.arch/ia64-page-migration - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch ######################################################## # i386 ######################################################## - patches.fixes/hibernate-x86-fix-breakage-on-x86_32-with-PAE.patch # amd64 | x86-64 | x86_64 # 'Intel(r) Extended Memory 64 Technology' | 'Intel(r) EM64T' @@ -288,9 +287,11 @@ patches.arch/ppc-pseries-cmm-pagecounter.patch patches.arch/ppc-of-irq-map.patch patches.arch/ppc-memoryless-nodes.patch + patches.arch/ppc-syscall-xer.so.1.patch + patches.arch/ppc-cell-gdb-watchpoints.patch + patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch patches.arch/ppc-spufs-01-use-inc_nlink.patch - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch patches.arch/ppc-spufs-03-sputrace-Only-enable-logging-on-open.patch patches.arch/ppc-spufs-04-sputrace-Don-t-block-until-the-read.patch patches.arch/ppc-spufs-05-Use-state_mutex-for-switch_log-lockin.patch @@ -299,7 +300,6 @@ patches.arch/ppc-spufs-08-Use-kmalloc-rather-than-kzalloc-for-s.patch patches.arch/ppc-spufs-09-Improve-search-of-node-for-contexts-w.patch patches.arch/ppc-spufs-10-Explain-conditional-decrement-of-aff_.patch - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch ######################################################## # PS3 @@ -356,9 +356,15 @@ patches.arch/s390-05-01-zfcp-message-linebreak.patch patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch patches.arch/s390-05-03-zfcp-wka-port.patch + patches.arch/s390-05-04-fix_rport_status_check.patch + patches.arch/s390-05-05-stp-etr-stop-machine.patch + patches.arch/s390-05-06-stp-etr-mutex.patch + patches.arch/s390-05-07-generic-ipi.patch + patches.arch/s390-05-08-topology.patch patches.arch/s390-symmetrix-ioctl.patch patches.arch/s390-personality-mask.patch + patches.arch/s390-zfcp-synchronize-scsi-register ######################################################## # VM/FS patches @@ -387,7 +393,6 @@ patches.fixes/bug-437171_2_sched_delta_weight.patch patches.fixes/bug-437171_3_rework_wakeup_preemption.patch patches.fixes/bug-437171_4_sched_reinstate_vruntime_wakeup.patch - patches.fixes/fix-inotify-watch-removal-umount-races ######################################################## @@ -451,6 +456,7 @@ patches.fixes/acpi_use_acpi_exception.patch patches.fixes/fujisu_laptop_fix_section_mismatch.patch patches.fixes/acpi-set-SCI_EN-on-MacBook.patch + patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch # some .28 fixes: patches.fixes/acpi_copy_tables_fix_suspend.patch @@ -476,7 +482,6 @@ +trenn patches.drivers/cpufreq_changes_to_get_cpu_idle_us_5.patch +trenn patches.drivers/cpufreq_add_idle_microaccounting_6.patch - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch ######################################################## # AGP, graphics related stuff ######################################################## @@ -495,12 +500,14 @@ patches.fixes/vlan-gso-size-fix patches.fixes/pkt_sched_multiq_support patches.fixes/pkt_action-skbedit + patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch ######################################################## # NFS ######################################################## patches.fixes/nfs-file-cred-context-null patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + patches.fixes/sunrpc-module-refcount-fix ######################################################## # lockd + statd @@ -522,7 +529,6 @@ 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 @@ -534,9 +540,6 @@ 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 @@ -588,6 +591,7 @@ # Fixes patches.fixes/reiserfs-varargs-fix patches.fixes/reiserfs-error-buffer-locking + patches.fixes/reiserfs-debug-1036 ######################################################## # ocfs2 @@ -596,9 +600,6 @@ # 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 @@ -715,10 +716,14 @@ ######################################################## # xfs ######################################################## - patches.suse/xfs-dmapi-2.6.27 + patches.suse/xfs-dmapi-src patches.suse/xfs-dmapi-enable - patches.suse/xfs-dmapi-xfs-2.6.27 + patches.suse/xfs-dmapi-xfs-enable patches.suse/xfs-nfsd-dmapi-aware + patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories + patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation + patches.suse/xfs-check-for-valid-transaction-headers-in-recovery + patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero ######################################################## # novfs @@ -839,10 +844,7 @@ patches.drivers/libata-whitelist-good-bridges patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA patches.drivers/libata-pata_sch-slave-poss - patches.drivers/libata-fix-ata_tf_read_block-overflow - patches.drivers/libata-fix-ata_tf_to_lba48-overflow patches.drivers/libata-ata_piix-clear-spurious-IRQ - patches.drivers/libata-seagate-firmware-bug patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend # Block layer fixes @@ -850,6 +852,8 @@ patches.fixes/block-discard-requests patches.fixes/block-git-fixes patches.fixes/block-rq-affinity + patches.suse/cfq-ioc-race + patches.suse/genhd-disk-ro-uevents # Online disk resize patches.drivers/bdev-resize-wrapper-for-revalidate_disk @@ -893,12 +897,15 @@ patches.fixes/dcb-fix-setpfcstate patches.drivers/open-fcoe-beta5-update patches.drivers/open-fcoe-beta6-update + patches.drivers/open-fcoe-rc1-update + patches.drivers/open-fcoe-fnic-patches patches.drivers/lpfc-8.2.8-update patches.drivers/lpfc-8.2.8.1-update patches.drivers/lpfc-8.2.8.3-update patches.drivers/lpfc-8.2.8.4-update patches.drivers/lpfc-8.2.8.7-update + patches.drivers/lpfc-8.2.8.9-update patches.drivers/qla2xxx-8.02.01-k8-update patches.drivers/qla2xxx-8.02.01-k9-update patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update @@ -918,6 +925,7 @@ patches.fixes/scsi-dh-alua-send-stpg patches.fixes/scsi-dh-rdac-initialize-passive-path patches.fixes/scsi-fixup-failfast-definitions + patches.fixes/scsi-remove-scmd-timeout patches.drivers/ibmvfc-async-events-oops @@ -927,6 +935,7 @@ patches.fixes/proc-scsi-scsi-fix.diff patches.fixes/scsi-ibmvscsi-show-config.patch + patches.suse/scsi-scsi_transport_srp-shost_data.patch # bnc#362850 patches.fixes/sd_liberal_28_sense_invalid.diff @@ -940,7 +949,6 @@ patches.fixes/tulip-quad-NIC-ifdown patches.suse/nameif-track-rename.patch patches.drivers/atl2-add-atl2-network-driver.patch - patches.fixes/af_unix-soft-lockup-fix.patch # cxgb3 fixed requested by IBM bnc#446739 @@ -978,6 +986,7 @@ ######################################################## # PCI and PCI hotplug ######################################################## + patches.fixes/pci_aspm_check_endless_loop.patch ######################################################## # sysfs / driver core @@ -1070,7 +1079,8 @@ patches.drivers/cell_edac.patch patches.fixes/v4l-dvb-avoid-writing-outside-array - patches.drivers/parport-serial-array-overflow-fix + patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch + ######################################################## # Other drivers we have added to the tree @@ -1196,6 +1206,10 @@ # Perfmon ######################################################## patches.suse/perfmon2.patch + patches.suse/perfmon2-fix_disabled.patch + patches.suse/perfmon2-remove_syscalls.patch + patches.suse/perfmon2-remove_get_base_syscall_attr.patch + patches.suse/perfmon2-add_ioctl_interface.patch ######################################################## # Kdump @@ -1203,10 +1217,8 @@ patches.fixes/kdb-kdump.diff patches.fixes/kdb-oops-panic.diff patches.suse/kdump-dump_after_notifier.patch - patches.fixes/hpwdt-kdump.diff patches.fixes/firmware-memmap-64bit.diff patches.fixes/kdump-x86-sparsemem.diff - patches.fixes/hpwdt-execute-page.diff ######################################################## # cgroups @@ -1266,6 +1278,7 @@ patches.suse/SoN-06-mm-gfp-to-alloc_flags-expose.patch patches.suse/SoN-07-page_alloc-reserve.patch patches.suse/SoN-08-reserve-slub.patch + patches.suse/SoN-fix-uninitialized-variable.patch patches.suse/SoN-09-mm-kmem_estimate_pages.patch patches.suse/SoN-10-mm-PF_MEMALLOC-softirq.patch patches.suse/SoN-11-mm-page_alloc-emerg.patch @@ -1325,6 +1338,8 @@ patches.drivers/staging-add-otus-atheros-wireless-network-driver.patch patches.drivers/staging-add-rt2860-wireless-driver.patch patches.drivers/staging-rt2860-enable-wpa_supplicant-support.patch + patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch + patches.drivers/staging-add-rtl8187se-driver.patch ######################################################## # You'd better have a good reason for adding a patch @@ -1369,10 +1384,18 @@ patches.xen/xen3-auto-arch-i386.diff patches.xen/xen3-auto-arch-x86_64.diff + # fixups due to upstream Xen parts + patches.xen/xen3-fixup-xen + # newer changeset backports + patches.xen/735-balloon-exit.patch + patches.xen/737-kexec-free.patch + patches.xen/740-blkback-resource-leak.patch + patches.xen/746-pirq-status-page.patch + patches.xen/747-x86-undo-mfn-limit.patch + patches.xen/748-x86-ioapic-cleanup.patch # changes outside arch/{i386,x86_64}/xen - patches.xen/xen3-fixup-xen patches.xen/xen3-fixup-kconfig patches.xen/xen3-fixup-common patches.xen/xen3-fixup-arch-x86 @@ -1400,14 +1423,18 @@ patches.xen/xen3-x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 patches.xen/xen3-x86_sgi_cpus4096-02-fix-send_call_func_ip.patch patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch + patches.xen/xen3-uv_setup_irq.diff patches.xen/xen3-x86-vmware-tsc-03-detect-from-hypervisor -+andrea -RT patches.xen/xen3-silent-stack-overflow ++andrea patches.xen/xen3-silent-stack-overflow patches.xen/xen3-e1000e_Export_set_memory_ro-rw + patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch + patches.xen/xen3-panic-on-io-nmi.diff patches.xen/xen3-intel-ibex-peak-device-ids.patch patches.xen/xen3-sysfs-crash-debugging.patch patches.xen/xen3-stack-unwind patches.xen/xen3-x86_64-unwind-annotations patches.xen/xen3-perfmon2.patch + patches.xen/xen3-perfmon2_remove_syscalls.patch # bugfixes and enhancements patches.xen/xen-balloon-max-target @@ -1430,7 +1457,6 @@ patches.xen/xen-configurable-guest-devices patches.xen/xen-netback-nr-irqs patches.xen/xen-netback-notify-multi - patches.xen/xen-fb-bad-irq patches.xen/xen-x86-panic-no-reboot patches.xen/xen-x86-dcr-fallback patches.xen/xen-x86-consistent-nmi @@ -1444,6 +1470,3 @@ patches.xen/xen-x86_64-pgd-pin patches.xen/xen-x86_64-pgd-alloc-order patches.xen/xen-x86_64-dump-user-pgt - patches.xen/panic-on-io-nmi-xen.diff - patches.xen/uv-sysfs-no-xen.diff - diff --git a/supported.conf b/supported.conf index 22cfc36..13593c4 100644 --- a/supported.conf +++ b/supported.conf @@ -738,6 +738,7 @@ kernel/drivers/md/dm-log kernel/drivers/md/dm-region_hash kernel/drivers/md/dm-round-robin # Round-robin path selector + kernel/drivers/md-dm-leastpending-path # Least pending path selector kernel/drivers/md/dm-snapshot # device-mapper snapshot target kernel/drivers/md/dm-zero # device-mapper dummy target returning zeros kernel/drivers/md/faulty @@ -1301,7 +1302,7 @@ kernel/drivers/net/sc92031 +isa kernel/drivers/net/seeq8005 kernel/drivers/net/sfc/sfc - kernel/drivers/net/sfc/sfc_resource/sfc_resource ++external kernel/drivers/net/sfc/sfc_resource/sfc_resource kernel/drivers/net/sis190 # SiS SiS190 Gigabit Ethernet driver kernel/drivers/net/sis900 # SiS 900 PCI Fast Ethernet driver kernel/drivers/net/skfp/skfp @@ -1872,11 +1873,12 @@ kernel/drivers/xen/netback/netbk # Xen network device backend kernel/drivers/xen/netback/netloop # Xen network loopback device +base kernel/drivers/xen/netfront/xennet # Xen network device frontend -- kernel/drivers/xen/pciback/pciback # Xen PCI device backend - kernel/drivers/xen/scsiback/xen-scsibk - kernel/drivers/xen/scsifront/xenscsi - kernel/drivers/xen/sfc_netback/sfc_netback - kernel/drivers/xen/sfc_netutil/sfc_netutil + kernel/drivers/xen/pciback/pciback # Xen PCI device backend +- kernel/drivers/xen/scsiback/xen-scsibk +- kernel/drivers/xen/scsifront/xenscsi ++external kernel/drivers/xen/sfc_netback/sfc_netback ++external kernel/drivers/xen/sfc_netback/sfc_netfront ++external kernel/drivers/xen/sfc_netutil/sfc_netutil kernel/drivers/xen/tpmback/tpmbk # Xen TPM device backend kernel/drivers/xen/xenbus/xenbus_be # Xen XenBus backend driver support module kernel/fs/9p/9p @@ -2078,18 +2080,19 @@ kernel/net/ipv4/ipcomp # IP Payload Compression Protocol (IPComp) - RFC3173 kernel/net/ipv4/ip_gre kernel/net/ipv4/ipip - kernel/net/ipv4/ipvs/ip_vs - kernel/net/ipv4/ipvs/ip_vs_dh - kernel/net/ipv4/ipvs/ip_vs_ftp - kernel/net/ipv4/ipvs/ip_vs_lblc - kernel/net/ipv4/ipvs/ip_vs_lblcr - kernel/net/ipv4/ipvs/ip_vs_lc - kernel/net/ipv4/ipvs/ip_vs_nq - kernel/net/ipv4/ipvs/ip_vs_rr - kernel/net/ipv4/ipvs/ip_vs_sed - kernel/net/ipv4/ipvs/ip_vs_sh - kernel/net/ipv4/ipvs/ip_vs_wlc - kernel/net/ipv4/ipvs/ip_vs_wrr +# provided separately in the cluster-network KMP +- kernel/net/ipv4/ipvs/ip_vs +- kernel/net/ipv4/ipvs/ip_vs_dh +- kernel/net/ipv4/ipvs/ip_vs_ftp +- kernel/net/ipv4/ipvs/ip_vs_lblc +- kernel/net/ipv4/ipvs/ip_vs_lblcr +- kernel/net/ipv4/ipvs/ip_vs_lc +- kernel/net/ipv4/ipvs/ip_vs_nq +- kernel/net/ipv4/ipvs/ip_vs_rr +- kernel/net/ipv4/ipvs/ip_vs_sed +- kernel/net/ipv4/ipvs/ip_vs_sh +- kernel/net/ipv4/ipvs/ip_vs_wlc +- kernel/net/ipv4/ipvs/ip_vs_wrr kernel/net/ipv4/netfilter/arptable_filter # arptables filter table kernel/net/ipv4/netfilter/arp_tables # arptables core kernel/net/ipv4/netfilter/arpt_mangle # arptables arp payload mangle target @@ -2102,7 +2105,8 @@ kernel/net/ipv4/netfilter/ip_tables # IPv4 packet filter 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_CLUSTERIP +# provided separately in the cluster-network KMP +- kernel/net/ipv4/netfilter/ipt_CLUSTERIP kernel/net/ipv4/netfilter/ipt_ecn # iptables ECN matching module kernel/net/ipv4/netfilter/ipt_ECN # iptables ECN modification module net/ipv4/netfilter/ipt_ipv4options # iptables ipv4 options module