From 7e80d81ded499329a34b0880e942794b583807a4a2e0d6cb0eecb7b17438c2ef Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 3 Dec 2008 15:36:01 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=43 --- build-source-timestamp | 4 +-- config.tar.bz2 | 4 +-- get_release_number.sh | 3 +- kabi.tar.bz2 | 4 +-- kernel-debug.changes | 66 ++++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 57 ++++++++++++++++++++++++++------ kernel-default.changes | 66 ++++++++++++++++++++++++++++++++++++++ kernel-default.spec | 57 ++++++++++++++++++++++++++------ kernel-dummy.changes | 66 ++++++++++++++++++++++++++++++++++++++ kernel-dummy.spec | 45 ++++++++++++++++++++++++-- kernel-kdump.changes | 66 ++++++++++++++++++++++++++++++++++++++ kernel-kdump.spec | 57 ++++++++++++++++++++++++++------ kernel-pae.changes | 66 ++++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 57 ++++++++++++++++++++++++++------ kernel-ppc64.changes | 66 ++++++++++++++++++++++++++++++++++++++ kernel-ppc64.spec | 57 ++++++++++++++++++++++++++------ kernel-ps3.changes | 66 ++++++++++++++++++++++++++++++++++++++ kernel-ps3.spec | 57 ++++++++++++++++++++++++++------ kernel-s390.changes | 66 ++++++++++++++++++++++++++++++++++++++ kernel-s390.spec | 57 ++++++++++++++++++++++++++------ kernel-source.changes | 66 ++++++++++++++++++++++++++++++++++++++ kernel-source.spec | 45 ++++++++++++++++++++++++-- kernel-syms.changes | 66 ++++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 45 ++++++++++++++++++++++++-- kernel-trace.changes | 66 ++++++++++++++++++++++++++++++++++++++ kernel-trace.spec | 57 ++++++++++++++++++++++++++------ kernel-vanilla.changes | 66 ++++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 57 ++++++++++++++++++++++++++------ kernel-xen.changes | 66 ++++++++++++++++++++++++++++++++++++++ kernel-xen.spec | 57 ++++++++++++++++++++++++++------ 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 | 8 +++++ supported.conf | 16 +++++---- 43 files changed, 1511 insertions(+), 135 deletions(-) diff --git a/build-source-timestamp b/build-source-timestamp index 8cad7460..864c3298 100644 --- a/build-source-timestamp +++ b/build-source-timestamp @@ -1,2 +1,2 @@ -2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 diff --git a/config.tar.bz2 b/config.tar.bz2 index 90b4b0d3..5932023c 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac113fd38868c5491b947388805d6d7f415abe9610a4d5111c08815901bb8968 -size 135232 +oid sha256:aed2cf88886ec9061aa663bb4c71b8bc95810d4341341b778f7e929f73b74828 +size 135245 diff --git a/get_release_number.sh b/get_release_number.sh index 21272879..71097e70 100644 --- a/get_release_number.sh +++ b/get_release_number.sh @@ -1,12 +1,13 @@ #! /bin/sh prefix= suffix= +commit=a1ce8005 if [ "$3" = kernel-dummy -o -n "$suffix" ]; then [ -n "$suffix" ] || suffix=$2 while [ "$suffix" != "${suffix#[^0-9]*.}" ]; do suffix=${suffix#[^0-9]*.} done - echo $prefix$suffix + echo $prefix$suffix${commit:+_}$commit else echo "pkg:kernel-dummy" fi diff --git a/kabi.tar.bz2 b/kabi.tar.bz2 index c8fe579e..c2ef0dd3 100644 --- a/kabi.tar.bz2 +++ b/kabi.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:870770cdcde4eb01d819adbe6f319721074ff8fecc58902cfc87534796fae656 -size 2758 +oid sha256:a5e08475a7ad29d62bfd87f6a07baf6dc394b6870b22a275ca03d791442dbbba +size 2771 diff --git a/kernel-debug.changes b/kernel-debug.changes index 4329629e..f315b104 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz + +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. + +------------------------------------------------------------------- +Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de + +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). + +------------------------------------------------------------------- +Tue Dec 2 16:57:59 CET 2008 - hare@suse.de + +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). + +------------------------------------------------------------------- +Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de + +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). + +------------------------------------------------------------------- +Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz + +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) + +------------------------------------------------------------------- +Tue Dec 2 14:04:44 CET 2008 - olh@suse.de + +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) + +------------------------------------------------------------------- +Tue Dec 2 13:27:21 CET 2008 - hare@suse.de + +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. + +------------------------------------------------------------------- +Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de + +- ...and added the patches to the series.conf (bnc#450096) + +------------------------------------------------------------------- +Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de + +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). + ------------------------------------------------------------------- Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index 90f438b0..70441335 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -63,7 +63,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel Version: 2.6.27.7 -Release: 7 +Release: 8 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -212,8 +212,8 @@ Only use this kernel when investigating problems. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -704,8 +704,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun base -f preun-base.sh @@ -746,8 +746,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun extra -f preun-extra.sh @@ -775,8 +775,8 @@ Only use this kernel when investigating problems. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %files -n kernel-debug-man %defattr(-,root,root) @@ -785,6 +785,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 %endif %changelog +* Tue Dec 02 2008 mmarek@suse.cz +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. +* Tue Dec 02 2008 mszeredi@suse.de +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). +* Tue Dec 02 2008 hare@suse.de +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). +* Tue Dec 02 2008 goldwyn@suse.de +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). +* Tue Dec 02 2008 mmarek@suse.cz +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) +* Tue Dec 02 2008 olh@suse.de +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) +* Tue Dec 02 2008 hare@suse.de +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. +* Tue Dec 02 2008 jjolly@suse.de +- ...and added the patches to the series.conf (bnc#450096) +* Tue Dec 02 2008 jjolly@suse.de +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). * Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. diff --git a/kernel-default.changes b/kernel-default.changes index 4329629e..f315b104 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz + +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. + +------------------------------------------------------------------- +Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de + +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). + +------------------------------------------------------------------- +Tue Dec 2 16:57:59 CET 2008 - hare@suse.de + +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). + +------------------------------------------------------------------- +Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de + +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). + +------------------------------------------------------------------- +Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz + +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) + +------------------------------------------------------------------- +Tue Dec 2 14:04:44 CET 2008 - olh@suse.de + +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) + +------------------------------------------------------------------- +Tue Dec 2 13:27:21 CET 2008 - hare@suse.de + +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. + +------------------------------------------------------------------- +Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de + +- ...and added the patches to the series.conf (bnc#450096) + +------------------------------------------------------------------- +Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de + +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). + ------------------------------------------------------------------- Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index 0d53dd31..136f7df2 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -63,7 +63,7 @@ Name: kernel-default Summary: The Standard Kernel Version: 2.6.27.7 -Release: 7 +Release: 8 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -230,8 +230,8 @@ The standard kernel for both uniprocessor and multiprocessor systems. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -721,8 +721,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun base -f preun-base.sh @@ -762,8 +762,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun extra -f preun-extra.sh @@ -790,8 +790,8 @@ The standard kernel for both uniprocessor and multiprocessor systems. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %files -n kernel-default-man %defattr(-,root,root) @@ -800,6 +800,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 %endif %changelog +* Tue Dec 02 2008 mmarek@suse.cz +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. +* Tue Dec 02 2008 mszeredi@suse.de +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). +* Tue Dec 02 2008 hare@suse.de +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). +* Tue Dec 02 2008 goldwyn@suse.de +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). +* Tue Dec 02 2008 mmarek@suse.cz +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) +* Tue Dec 02 2008 olh@suse.de +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) +* Tue Dec 02 2008 hare@suse.de +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. +* Tue Dec 02 2008 jjolly@suse.de +- ...and added the patches to the series.conf (bnc#450096) +* Tue Dec 02 2008 jjolly@suse.de +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). * Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. diff --git a/kernel-dummy.changes b/kernel-dummy.changes index 4329629e..f315b104 100644 --- a/kernel-dummy.changes +++ b/kernel-dummy.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz + +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. + +------------------------------------------------------------------- +Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de + +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). + +------------------------------------------------------------------- +Tue Dec 2 16:57:59 CET 2008 - hare@suse.de + +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). + +------------------------------------------------------------------- +Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de + +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). + +------------------------------------------------------------------- +Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz + +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) + +------------------------------------------------------------------- +Tue Dec 2 14:04:44 CET 2008 - olh@suse.de + +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) + +------------------------------------------------------------------- +Tue Dec 2 13:27:21 CET 2008 - hare@suse.de + +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. + +------------------------------------------------------------------- +Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de + +- ...and added the patches to the series.conf (bnc#450096) + +------------------------------------------------------------------- +Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de + +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). + ------------------------------------------------------------------- Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de diff --git a/kernel-dummy.spec b/kernel-dummy.spec index f8d8a428..15e2da2f 100644 --- a/kernel-dummy.spec +++ b/kernel-dummy.spec @@ -23,7 +23,7 @@ Url: http://www.kernel.org/ Name: kernel-dummy Summary: Internal dummy package for synchronizing release numbers Version: 2.6.27.7 -Release: 7 +Release: 8 License: GPL v2 only Group: System/Kernel AutoReqProv: off @@ -36,8 +36,8 @@ Authors: -------- Andreas Gruenbacher -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %install rm -rf %buildroot @@ -49,6 +49,45 @@ echo dummy > %buildroot/etc/dummy /etc/dummy %changelog +* Tue Dec 02 2008 mmarek@suse.cz +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. +* Tue Dec 02 2008 mszeredi@suse.de +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). +* Tue Dec 02 2008 hare@suse.de +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). +* Tue Dec 02 2008 goldwyn@suse.de +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). +* Tue Dec 02 2008 mmarek@suse.cz +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) +* Tue Dec 02 2008 olh@suse.de +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) +* Tue Dec 02 2008 hare@suse.de +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. +* Tue Dec 02 2008 jjolly@suse.de +- ...and added the patches to the series.conf (bnc#450096) +* Tue Dec 02 2008 jjolly@suse.de +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). * Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. diff --git a/kernel-kdump.changes b/kernel-kdump.changes index 4329629e..f315b104 100644 --- a/kernel-kdump.changes +++ b/kernel-kdump.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz + +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. + +------------------------------------------------------------------- +Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de + +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). + +------------------------------------------------------------------- +Tue Dec 2 16:57:59 CET 2008 - hare@suse.de + +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). + +------------------------------------------------------------------- +Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de + +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). + +------------------------------------------------------------------- +Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz + +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) + +------------------------------------------------------------------- +Tue Dec 2 14:04:44 CET 2008 - olh@suse.de + +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) + +------------------------------------------------------------------- +Tue Dec 2 13:27:21 CET 2008 - hare@suse.de + +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. + +------------------------------------------------------------------- +Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de + +- ...and added the patches to the series.conf (bnc#450096) + +------------------------------------------------------------------- +Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de + +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). + ------------------------------------------------------------------- Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de diff --git a/kernel-kdump.spec b/kernel-kdump.spec index c6f8f9c4..058c23b2 100644 --- a/kernel-kdump.spec +++ b/kernel-kdump.spec @@ -63,7 +63,7 @@ Name: kernel-kdump Summary: kernel for kdump Version: 2.6.27.7 -Release: 7 +Release: 8 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -211,8 +211,8 @@ crashed kernel. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -705,8 +705,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun base -f preun-base.sh @@ -749,8 +749,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun extra -f preun-extra.sh @@ -780,8 +780,8 @@ crashed kernel. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %files -n kernel-kdump-man %defattr(-,root,root) @@ -790,6 +790,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 %endif %changelog +* Tue Dec 02 2008 mmarek@suse.cz +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. +* Tue Dec 02 2008 mszeredi@suse.de +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). +* Tue Dec 02 2008 hare@suse.de +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). +* Tue Dec 02 2008 goldwyn@suse.de +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). +* Tue Dec 02 2008 mmarek@suse.cz +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) +* Tue Dec 02 2008 olh@suse.de +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) +* Tue Dec 02 2008 hare@suse.de +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. +* Tue Dec 02 2008 jjolly@suse.de +- ...and added the patches to the series.conf (bnc#450096) +* Tue Dec 02 2008 jjolly@suse.de +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). * Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. diff --git a/kernel-pae.changes b/kernel-pae.changes index 4329629e..f315b104 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz + +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. + +------------------------------------------------------------------- +Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de + +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). + +------------------------------------------------------------------- +Tue Dec 2 16:57:59 CET 2008 - hare@suse.de + +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). + +------------------------------------------------------------------- +Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de + +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). + +------------------------------------------------------------------- +Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz + +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) + +------------------------------------------------------------------- +Tue Dec 2 14:04:44 CET 2008 - olh@suse.de + +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) + +------------------------------------------------------------------- +Tue Dec 2 13:27:21 CET 2008 - hare@suse.de + +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. + +------------------------------------------------------------------- +Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de + +- ...and added the patches to the series.conf (bnc#450096) + +------------------------------------------------------------------- +Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de + +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). + ------------------------------------------------------------------- Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index a394522b..29775ceb 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -63,7 +63,7 @@ Name: kernel-pae Summary: Kernel with PAE Support Version: 2.6.27.7 -Release: 7 +Release: 8 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -212,8 +212,8 @@ that support it, regardless of the amount of main memory. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -710,8 +710,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun base -f preun-base.sh @@ -758,8 +758,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun extra -f preun-extra.sh @@ -793,8 +793,8 @@ that support it, regardless of the amount of main memory. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %files -n kernel-pae-man %defattr(-,root,root) @@ -803,6 +803,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 %endif %changelog +* Tue Dec 02 2008 mmarek@suse.cz +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. +* Tue Dec 02 2008 mszeredi@suse.de +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). +* Tue Dec 02 2008 hare@suse.de +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). +* Tue Dec 02 2008 goldwyn@suse.de +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). +* Tue Dec 02 2008 mmarek@suse.cz +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) +* Tue Dec 02 2008 olh@suse.de +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) +* Tue Dec 02 2008 hare@suse.de +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. +* Tue Dec 02 2008 jjolly@suse.de +- ...and added the patches to the series.conf (bnc#450096) +* Tue Dec 02 2008 jjolly@suse.de +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). * Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 4329629e..f315b104 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz + +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. + +------------------------------------------------------------------- +Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de + +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). + +------------------------------------------------------------------- +Tue Dec 2 16:57:59 CET 2008 - hare@suse.de + +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). + +------------------------------------------------------------------- +Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de + +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). + +------------------------------------------------------------------- +Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz + +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) + +------------------------------------------------------------------- +Tue Dec 2 14:04:44 CET 2008 - olh@suse.de + +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) + +------------------------------------------------------------------- +Tue Dec 2 13:27:21 CET 2008 - hare@suse.de + +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. + +------------------------------------------------------------------- +Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de + +- ...and added the patches to the series.conf (bnc#450096) + +------------------------------------------------------------------- +Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de + +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). + ------------------------------------------------------------------- Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 4e60df37..e872e703 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -63,7 +63,7 @@ Name: kernel-ppc64 Summary: Kernel for ppc64 Systems Version: 2.6.27.7 -Release: 7 +Release: 8 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -224,8 +224,8 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -729,8 +729,8 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %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-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %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-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %files -n kernel-ppc64-man %defattr(-,root,root) @@ -836,6 +836,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 %endif %changelog +* Tue Dec 02 2008 mmarek@suse.cz +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. +* Tue Dec 02 2008 mszeredi@suse.de +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). +* Tue Dec 02 2008 hare@suse.de +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). +* Tue Dec 02 2008 goldwyn@suse.de +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). +* Tue Dec 02 2008 mmarek@suse.cz +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) +* Tue Dec 02 2008 olh@suse.de +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) +* Tue Dec 02 2008 hare@suse.de +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. +* Tue Dec 02 2008 jjolly@suse.de +- ...and added the patches to the series.conf (bnc#450096) +* Tue Dec 02 2008 jjolly@suse.de +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). * Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. diff --git a/kernel-ps3.changes b/kernel-ps3.changes index 4329629e..f315b104 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz + +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. + +------------------------------------------------------------------- +Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de + +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). + +------------------------------------------------------------------- +Tue Dec 2 16:57:59 CET 2008 - hare@suse.de + +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). + +------------------------------------------------------------------- +Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de + +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). + +------------------------------------------------------------------- +Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz + +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) + +------------------------------------------------------------------- +Tue Dec 2 14:04:44 CET 2008 - olh@suse.de + +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) + +------------------------------------------------------------------- +Tue Dec 2 13:27:21 CET 2008 - hare@suse.de + +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. + +------------------------------------------------------------------- +Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de + +- ...and added the patches to the series.conf (bnc#450096) + +------------------------------------------------------------------- +Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de + +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). + ------------------------------------------------------------------- Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de diff --git a/kernel-ps3.spec b/kernel-ps3.spec index e99818b5..9af2a83e 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -63,7 +63,7 @@ Name: kernel-ps3 Summary: kernel for ps3 bootloader Version: 2.6.27.7 -Release: 7 +Release: 8 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -206,8 +206,8 @@ final system. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -697,8 +697,8 @@ needs to be as small as possible. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun base -f preun-base.sh @@ -738,8 +738,8 @@ needs to be as small as possible. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun extra -f preun-extra.sh @@ -769,8 +769,8 @@ final system. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %files -n kernel-ps3-man %defattr(-,root,root) @@ -779,6 +779,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 %endif %changelog +* Tue Dec 02 2008 mmarek@suse.cz +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. +* Tue Dec 02 2008 mszeredi@suse.de +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). +* Tue Dec 02 2008 hare@suse.de +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). +* Tue Dec 02 2008 goldwyn@suse.de +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). +* Tue Dec 02 2008 mmarek@suse.cz +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) +* Tue Dec 02 2008 olh@suse.de +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) +* Tue Dec 02 2008 hare@suse.de +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. +* Tue Dec 02 2008 jjolly@suse.de +- ...and added the patches to the series.conf (bnc#450096) +* Tue Dec 02 2008 jjolly@suse.de +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). * Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. diff --git a/kernel-s390.changes b/kernel-s390.changes index 4329629e..f315b104 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz + +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. + +------------------------------------------------------------------- +Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de + +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). + +------------------------------------------------------------------- +Tue Dec 2 16:57:59 CET 2008 - hare@suse.de + +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). + +------------------------------------------------------------------- +Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de + +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). + +------------------------------------------------------------------- +Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz + +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) + +------------------------------------------------------------------- +Tue Dec 2 14:04:44 CET 2008 - olh@suse.de + +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) + +------------------------------------------------------------------- +Tue Dec 2 13:27:21 CET 2008 - hare@suse.de + +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. + +------------------------------------------------------------------- +Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de + +- ...and added the patches to the series.conf (bnc#450096) + +------------------------------------------------------------------- +Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de + +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). + ------------------------------------------------------------------- Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de diff --git a/kernel-s390.spec b/kernel-s390.spec index 9ebd7192..f76bc74c 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -63,7 +63,7 @@ Name: kernel-s390 Summary: The Standard Kernel Version: 2.6.27.7 -Release: 7 +Release: 8 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -205,8 +205,8 @@ The standard kernel. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -696,8 +696,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun base -f preun-base.sh @@ -737,8 +737,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun extra -f preun-extra.sh @@ -765,8 +765,8 @@ The standard kernel. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %files -n kernel-s390-man %defattr(-,root,root) @@ -775,6 +775,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 %endif %changelog +* Tue Dec 02 2008 mmarek@suse.cz +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. +* Tue Dec 02 2008 mszeredi@suse.de +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). +* Tue Dec 02 2008 hare@suse.de +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). +* Tue Dec 02 2008 goldwyn@suse.de +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). +* Tue Dec 02 2008 mmarek@suse.cz +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) +* Tue Dec 02 2008 olh@suse.de +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) +* Tue Dec 02 2008 hare@suse.de +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. +* Tue Dec 02 2008 jjolly@suse.de +- ...and added the patches to the series.conf (bnc#450096) +* Tue Dec 02 2008 jjolly@suse.de +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). * Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. diff --git a/kernel-source.changes b/kernel-source.changes index 4329629e..f315b104 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz + +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. + +------------------------------------------------------------------- +Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de + +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). + +------------------------------------------------------------------- +Tue Dec 2 16:57:59 CET 2008 - hare@suse.de + +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). + +------------------------------------------------------------------- +Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de + +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). + +------------------------------------------------------------------- +Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz + +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) + +------------------------------------------------------------------- +Tue Dec 2 14:04:44 CET 2008 - olh@suse.de + +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) + +------------------------------------------------------------------- +Tue Dec 2 13:27:21 CET 2008 - hare@suse.de + +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. + +------------------------------------------------------------------- +Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de + +- ...and added the patches to the series.conf (bnc#450096) + +------------------------------------------------------------------- +Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de + +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). + ------------------------------------------------------------------- Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index 97274800..ae485b08 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -30,7 +30,7 @@ Url: http://www.kernel.org/ Name: kernel-source Summary: The Linux Kernel Sources Version: 2.6.27.7 -Release: 7 +Release: 8 License: GPL v2 only Group: Development/Sources AutoReqProv: off @@ -117,8 +117,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -274,6 +274,45 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \ %files -f kernel-source.files %changelog +* Tue Dec 02 2008 mmarek@suse.cz +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. +* Tue Dec 02 2008 mszeredi@suse.de +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). +* Tue Dec 02 2008 hare@suse.de +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). +* Tue Dec 02 2008 goldwyn@suse.de +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). +* Tue Dec 02 2008 mmarek@suse.cz +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) +* Tue Dec 02 2008 olh@suse.de +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) +* Tue Dec 02 2008 hare@suse.de +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. +* Tue Dec 02 2008 jjolly@suse.de +- ...and added the patches to the series.conf (bnc#450096) +* Tue Dec 02 2008 jjolly@suse.de +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). * Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. diff --git a/kernel-syms.changes b/kernel-syms.changes index 4329629e..f315b104 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz + +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. + +------------------------------------------------------------------- +Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de + +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). + +------------------------------------------------------------------- +Tue Dec 2 16:57:59 CET 2008 - hare@suse.de + +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). + +------------------------------------------------------------------- +Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de + +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). + +------------------------------------------------------------------- +Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz + +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) + +------------------------------------------------------------------- +Tue Dec 2 14:04:44 CET 2008 - olh@suse.de + +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) + +------------------------------------------------------------------- +Tue Dec 2 13:27:21 CET 2008 - hare@suse.de + +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. + +------------------------------------------------------------------- +Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de + +- ...and added the patches to the series.conf (bnc#450096) + +------------------------------------------------------------------- +Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de + +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). + ------------------------------------------------------------------- Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index 41359dcb..31f82ee0 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -29,7 +29,7 @@ Url: http://www.kernel.org/ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) Version: 2.6.27.7 -Release: 7 +Release: 8 License: GPL v2 only Group: Development/Sources AutoReqProv: off @@ -94,8 +94,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %prep echo "Architecture symbol(s):" %symbols @@ -152,6 +152,45 @@ done /lib/modules/*/build %changelog +* Tue Dec 02 2008 mmarek@suse.cz +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. +* Tue Dec 02 2008 mszeredi@suse.de +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). +* Tue Dec 02 2008 hare@suse.de +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). +* Tue Dec 02 2008 goldwyn@suse.de +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). +* Tue Dec 02 2008 mmarek@suse.cz +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) +* Tue Dec 02 2008 olh@suse.de +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) +* Tue Dec 02 2008 hare@suse.de +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. +* Tue Dec 02 2008 jjolly@suse.de +- ...and added the patches to the series.conf (bnc#450096) +* Tue Dec 02 2008 jjolly@suse.de +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). * Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. diff --git a/kernel-trace.changes b/kernel-trace.changes index 4329629e..f315b104 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz + +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. + +------------------------------------------------------------------- +Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de + +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). + +------------------------------------------------------------------- +Tue Dec 2 16:57:59 CET 2008 - hare@suse.de + +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). + +------------------------------------------------------------------- +Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de + +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). + +------------------------------------------------------------------- +Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz + +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) + +------------------------------------------------------------------- +Tue Dec 2 14:04:44 CET 2008 - olh@suse.de + +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) + +------------------------------------------------------------------- +Tue Dec 2 13:27:21 CET 2008 - hare@suse.de + +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. + +------------------------------------------------------------------- +Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de + +- ...and added the patches to the series.conf (bnc#450096) + +------------------------------------------------------------------- +Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de + +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). + ------------------------------------------------------------------- Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index de050aad..985c8d1f 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -63,7 +63,7 @@ Name: kernel-trace Summary: The Realtime Linux Kernel Version: 2.6.27.7 -Release: 7 +Release: 8 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -217,8 +217,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -712,8 +712,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun base -f preun-base.sh @@ -757,8 +757,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun extra -f preun-extra.sh @@ -791,8 +791,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %files -n kernel-trace-man %defattr(-,root,root) @@ -801,6 +801,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 %endif %changelog +* Tue Dec 02 2008 mmarek@suse.cz +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. +* Tue Dec 02 2008 mszeredi@suse.de +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). +* Tue Dec 02 2008 hare@suse.de +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). +* Tue Dec 02 2008 goldwyn@suse.de +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). +* Tue Dec 02 2008 mmarek@suse.cz +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) +* Tue Dec 02 2008 olh@suse.de +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) +* Tue Dec 02 2008 hare@suse.de +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. +* Tue Dec 02 2008 jjolly@suse.de +- ...and added the patches to the series.conf (bnc#450096) +* Tue Dec 02 2008 jjolly@suse.de +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). * Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 4329629e..f315b104 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz + +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. + +------------------------------------------------------------------- +Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de + +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). + +------------------------------------------------------------------- +Tue Dec 2 16:57:59 CET 2008 - hare@suse.de + +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). + +------------------------------------------------------------------- +Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de + +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). + +------------------------------------------------------------------- +Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz + +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) + +------------------------------------------------------------------- +Tue Dec 2 14:04:44 CET 2008 - olh@suse.de + +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) + +------------------------------------------------------------------- +Tue Dec 2 13:27:21 CET 2008 - hare@suse.de + +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. + +------------------------------------------------------------------- +Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de + +- ...and added the patches to the series.conf (bnc#450096) + +------------------------------------------------------------------- +Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de + +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). + ------------------------------------------------------------------- Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 996fce06..eaff0ddf 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -63,7 +63,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches Version: 2.6.27.7 -Release: 7 +Release: 8 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -227,8 +227,8 @@ The standard kernel - without any SUSE patches -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -716,8 +716,8 @@ The standard kernel - without any SUSE patches -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun base -f preun-base.sh @@ -755,8 +755,8 @@ The standard kernel - without any SUSE patches -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun extra -f preun-extra.sh @@ -783,8 +783,8 @@ The standard kernel - without any SUSE patches -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %files -n kernel-vanilla-man %defattr(-,root,root) @@ -793,6 +793,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 %endif %changelog +* Tue Dec 02 2008 mmarek@suse.cz +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. +* Tue Dec 02 2008 mszeredi@suse.de +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). +* Tue Dec 02 2008 hare@suse.de +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). +* Tue Dec 02 2008 goldwyn@suse.de +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). +* Tue Dec 02 2008 mmarek@suse.cz +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) +* Tue Dec 02 2008 olh@suse.de +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) +* Tue Dec 02 2008 hare@suse.de +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. +* Tue Dec 02 2008 jjolly@suse.de +- ...and added the patches to the series.conf (bnc#450096) +* Tue Dec 02 2008 jjolly@suse.de +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). * Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. diff --git a/kernel-xen.changes b/kernel-xen.changes index 4329629e..f315b104 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz + +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. + +------------------------------------------------------------------- +Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de + +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). + +------------------------------------------------------------------- +Tue Dec 2 16:57:59 CET 2008 - hare@suse.de + +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). + +------------------------------------------------------------------- +Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de + +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). + +------------------------------------------------------------------- +Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz + +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) + +------------------------------------------------------------------- +Tue Dec 2 14:04:44 CET 2008 - olh@suse.de + +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) + +------------------------------------------------------------------- +Tue Dec 2 13:27:21 CET 2008 - hare@suse.de + +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. + +------------------------------------------------------------------- +Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de + +- ...and added the patches to the series.conf (bnc#450096) + +------------------------------------------------------------------- +Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de + +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). + ------------------------------------------------------------------- Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de diff --git a/kernel-xen.spec b/kernel-xen.spec index baca8829..a0a84e3a 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -63,7 +63,7 @@ Name: kernel-xen Summary: The Xen Kernel Version: 2.6.27.7 -Release: 7 +Release: 8 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -211,8 +211,8 @@ unprivileged ("xenU") kernel. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -705,8 +705,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun base -f preun-base.sh @@ -749,8 +749,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %preun extra -f preun-extra.sh @@ -780,8 +780,8 @@ unprivileged ("xenU") kernel. -Source Timestamp: 2008-12-01 20:13:26 +0100 -GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 +Source Timestamp: 2008-12-02 22:27:33 +0100 +GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0 %files -n kernel-xen-man %defattr(-,root,root) @@ -790,6 +790,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 %endif %changelog +* Tue Dec 02 2008 mmarek@suse.cz +- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first + eight digits of the commit id to the release string. This makes + it easier to match rpm release numbers with commits. +* Tue Dec 02 2008 mszeredi@suse.de +- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft + lockups/OOM issues w/ unix garbage collector (bnc#449739 + CVE-2008-5300). +* Tue Dec 02 2008 hare@suse.de +- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: + additional fixes/updates for SLES11 (bnc#450197). +- patches.fixes/scsi-fixup-failfast-definitions: fc_transport: + fix old bug on bitflag definitions (bnc#447814). +* Tue Dec 02 2008 goldwyn@suse.de +- patches.suse/novfs-map-drives-correctly.diff +- patches.suse/novfs-merge-changes.diff: Modified to revert + some changes in novfs_set_map_drive() +- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped + drives on exit (bnc#449451). +* Tue Dec 02 2008 mmarek@suse.cz +- supported.conf: mark ocfs2 as unsupported, a supported variant + will be provided in a separate KMP (bnc#449824) +* Tue Dec 02 2008 olh@suse.de +- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: + update error message (bnc#448301 - LTC50134) +* Tue Dec 02 2008 hare@suse.de +- Update config files for S/390: Disable FCoE and sync + default and s390. +- supported.conf: Mark KVM as supported. +* Tue Dec 02 2008 jjolly@suse.de +- ...and added the patches to the series.conf (bnc#450096) +* Tue Dec 02 2008 jjolly@suse.de +- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: + Wrong placement of linebreak in message (bnc#450096). +- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: + zfcp: invalid return value on failing fsf_req creation + (bnc#450096). +- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening + of wka ports (bnc#450096). * Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. diff --git a/patches.addon.tar.bz2 b/patches.addon.tar.bz2 index fd99a77a..82cee1e3 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:b1d30a5ff6244cfad51860cfda4c0395e998bab73ba97ff619f5e67041e5890b -size 126 +oid sha256:8a2ffd8055dac4f6a16bd303fbf94e2235f34d079c6b15f72a1ffdacdd169b51 +size 127 diff --git a/patches.apparmor.tar.bz2 b/patches.apparmor.tar.bz2 index 1e2b85e3..cfdc29f3 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:1bf477237397cbbf51425fcaf44ecd86cc9e130c11eae01445c90db127b69c03 -size 59277 +oid sha256:bd3a92eb837f6ba5c02d7a79b02a47e41a1bea2152a03f175c79ea164e09cb23 +size 59244 diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index 1f3e1ea5..60057703 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:dbc35f29b6b0af5b5839a090f62d835ca249fe7f49a81e88ac6d351c3561933f -size 263594 +oid sha256:0020df95df322910e5b4edb6caa14215c0304b305e7cc2beb2aa66957383e468 +size 264450 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index a11e995c..23fb6fa5 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:01ab4f65d1ad197ca0524957b471eba28b446b0aa14cdaeaa17ac7fb0bee9008 -size 2678246 +oid sha256:b61780d851ab0557ccddadd264a40368835488e83a47af72d2dbdb50a0f09628 +size 2695372 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index 09f7ed02..d724e599 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:35a0100be4377845dd7d2ec75c5f82fd7728e0f9a0e093b3f7a19e4788d5aee0 -size 152720 +oid sha256:4c68000c6d713f983c4d10c29e90296788fad096fb179f50e3363ac53cb192b2 +size 153490 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 3279c602..25ff4943 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:c340420741516c7d186d962dcdfa184f849ba4a4087e1ebb77d8c190a15e0a41 -size 83080 +oid sha256:23f0c374b5a14e73238a0d3539b65b5072a4038b9e57c5918b1a67a919933be6 +size 83320 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index f298bbab..9a21d6e6 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:254fb7b8a500648bdc291d3558d023688775fb5e654bd039a9f66eef66d80fcc -size 1609 +oid sha256:f5baff7805ce91ee88ffccef938ba004b87e92a494de7f031faf7a2729a0603c +size 1593 diff --git a/patches.rt.tar.bz2 b/patches.rt.tar.bz2 index e1ecaf8d..a58b7829 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:58af8779c43b19210ce0b9abf9284aa3bea1ba098af0042e4593cfeac7a4abb8 -size 124 +oid sha256:c8299d11d665c5c33e247d0a634a8353eff3a1d3e41969c0ed41c0ef1edd1c7e +size 126 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 8b65c855..995fa1d8 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:51d871e9fc358fa2b2d477cdfbd4af5af7eea90585c49a1e324f97d0bd987616 -size 1449866 +oid sha256:d0cb076bde0cb16afe60eb98c597ceab42935fa9035cc7f070ffa85dff73b3ea +size 1450555 diff --git a/patches.trace.tar.bz2 b/patches.trace.tar.bz2 index 3cc213a3..8a3eac9e 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:f518b17039a42d34831791924ae66ab38e98243b12053c03d51f00adb8761636 -size 63211 +oid sha256:22c1d68058a6a71c22a4e1e57716ecc4f60b0d9267474838ce5bc984ec4d8380 +size 63312 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index e9579c4b..dc1552b2 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:08146f94bc0d3acb0e1ba75af98fc779ca089af7622e7a5cf44bbef8fdd04825 -size 1499325 +oid sha256:2f7e53c7d0104259e493a4c4f2160be68f091d383a7bcacb15b3c3d2be8d0492 +size 1499281 diff --git a/series.conf b/series.conf index 96513e95..619f9915 100644 --- a/series.conf +++ b/series.conf @@ -353,6 +353,10 @@ patches.arch/s390-04-08-cio-ungroup-race-fix.patch patches.arch/s390-04-09-zfcp-host-busy-count-fix.patch + 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-symmetrix-ioctl.patch patches.arch/s390-personality-mask.patch @@ -725,6 +729,7 @@ patches.suse/novfs-patch-2.6.27 patches.suse/novfs-gregorian-day-fix patches.suse/novfs-map-drives-correctly.diff + patches.suse/novfs-clear-mappeddrives.patch ######################################################## # other filesystem stuff @@ -896,6 +901,7 @@ patches.drivers/lpfc-8.2.8.7-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 patches.fixes/qla2xxx-disable-automatic-queue-tracking patches.drivers/mpt-fusion-4.00.43.00-update patches.drivers/mpt-fusion-4.16.00.00-update @@ -911,6 +917,7 @@ patches.fixes/scsi-add-tgps-setting patches.fixes/scsi-dh-alua-send-stpg patches.fixes/scsi-dh-rdac-initialize-passive-path + patches.fixes/scsi-fixup-failfast-definitions patches.drivers/ibmvfc-async-events-oops @@ -933,6 +940,7 @@ 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 diff --git a/supported.conf b/supported.conf index ce072fc5..22cfc361 100644 --- a/supported.conf +++ b/supported.conf @@ -35,6 +35,7 @@ kernel/arch/s390/crypto/sha512_s390 kernel/arch/s390/crypto/sha_common kernel/arch/s390/mm/cmm + kernel/arch/s390/kvm/kvm kernel/arch/x86/crypto/aes-i586 # Rijndael (AES) Cipher Algorithm (optimized for i586) kernel/arch/x86/crypto/aes-x86_64 kernel/arch/x86/crypto/salsa20-i586 @@ -1961,13 +1962,14 @@ kernel/fs/nls/nls_utf8 kernel/fs/novfs/novfs kernel/fs/ntfs/ntfs # NTFS 1.2/3.x driver - Copyright (c) 2001-2003 Anton Altaparmakov - kernel/fs/ocfs2/cluster/ocfs2_nodemanager - kernel/fs/ocfs2/dlm/ocfs2_dlm - kernel/fs/ocfs2/dlm/ocfs2_dlmfs - kernel/fs/ocfs2/ocfs2 - kernel/fs/ocfs2/ocfs2_stack_o2cb - kernel/fs/ocfs2/ocfs2_stack_user - kernel/fs/ocfs2/ocfs2_stackglue +# ocfs2 is provided separately in the ocfs2 KMP package +- kernel/fs/ocfs2/cluster/ocfs2_nodemanager +- kernel/fs/ocfs2/dlm/ocfs2_dlm +- kernel/fs/ocfs2/dlm/ocfs2_dlmfs +- kernel/fs/ocfs2/ocfs2 +- kernel/fs/ocfs2/ocfs2_stack_o2cb +- kernel/fs/ocfs2/ocfs2_stack_user +- kernel/fs/ocfs2/ocfs2_stackglue kernel/fs/omfs/omfs - kernel/fs/qnx4/qnx4 kernel/fs/quota_v1 # Old quota format support