From 75984bd949a1aa245ec53223dbc7daec210f6354bf18bb82dba24a47ba046f49 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 25 Nov 2008 15:11:34 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=39 --- README.SUSE | 8 +++++- build-source-timestamp | 4 +-- config.tar.bz2 | 4 +-- kabi.tar.bz2 | 4 +-- kernel-debug.changes | 51 ++++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 45 ++++++++++++++++++++++++++------- kernel-default.changes | 51 ++++++++++++++++++++++++++++++++++++++ kernel-default.spec | 45 ++++++++++++++++++++++++++------- kernel-dummy.changes | 51 ++++++++++++++++++++++++++++++++++++++ kernel-dummy.spec | 33 +++++++++++++++++++++--- kernel-kdump.changes | 51 ++++++++++++++++++++++++++++++++++++++ kernel-kdump.spec | 45 ++++++++++++++++++++++++++------- kernel-pae.changes | 51 ++++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 45 ++++++++++++++++++++++++++------- kernel-ppc64.changes | 51 ++++++++++++++++++++++++++++++++++++++ kernel-ppc64.spec | 45 ++++++++++++++++++++++++++------- kernel-ps3.changes | 51 ++++++++++++++++++++++++++++++++++++++ kernel-ps3.spec | 45 ++++++++++++++++++++++++++------- kernel-s390.changes | 51 ++++++++++++++++++++++++++++++++++++++ kernel-s390.spec | 45 ++++++++++++++++++++++++++------- kernel-source.changes | 51 ++++++++++++++++++++++++++++++++++++++ kernel-source.spec | 33 +++++++++++++++++++++--- kernel-syms.changes | 51 ++++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 33 +++++++++++++++++++++--- kernel-trace.changes | 51 ++++++++++++++++++++++++++++++++++++++ kernel-trace.spec | 45 ++++++++++++++++++++++++++------- kernel-vanilla.changes | 51 ++++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 45 ++++++++++++++++++++++++++------- kernel-xen.changes | 51 ++++++++++++++++++++++++++++++++++++++ kernel-xen.spec | 45 ++++++++++++++++++++++++++------- patches.addon.tar.bz2 | 2 +- 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.uml.tar.bz2 | 3 --- patches.xen.tar.bz2 | 4 +-- series.conf | 25 ++++++------------- supported.conf | 6 +++-- 44 files changed, 1158 insertions(+), 150 deletions(-) delete mode 100644 patches.uml.tar.bz2 diff --git a/README.SUSE b/README.SUSE index e68c42bd..af401b9c 100644 --- a/README.SUSE +++ b/README.SUSE @@ -120,7 +120,13 @@ recommended way to produce a binary kernel is: followed by ``make install''). This will automatically create an initrd for the new kernel as well (see ``mkinitrd -h''). - (6) Add the kernel to the boot manager. When using lilo, run ``lilo'' + (6) Make sure that /etc/modprobe.d/unsupported-modules contains + + allow_unsupported_modules 1 + + otherwise modprobe will refuse to load any modules. + + (7) Add the kernel to the boot manager. When using lilo, run ``lilo'' to update the boot map. Instead of building binary kernels by hand, you can also build diff --git a/build-source-timestamp b/build-source-timestamp index 21f6a949..6d96ab51 100644 --- a/build-source-timestamp +++ b/build-source-timestamp @@ -1,2 +1,2 @@ -2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e diff --git a/config.tar.bz2 b/config.tar.bz2 index f21e086a..3f60c43b 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec0cdc4c129e6e01eaadf0b5a5d790c9d9ffadd190255b5a13aebb212403220b -size 135145 +oid sha256:739ba843a56036bcc200590dcbed4fc5f0f68842a0ee4feac03c8660b2b3bc53 +size 135200 diff --git a/kabi.tar.bz2 b/kabi.tar.bz2 index c413c7c5..c8fe579e 100644 --- a/kabi.tar.bz2 +++ b/kabi.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8340933eb0f757305634c3a7bd0aff569669fb60c9ff699afb19b3a1f8e3163d -size 2753 +oid sha256:870770cdcde4eb01d819adbe6f319721074ff8fecc58902cfc87534796fae656 +size 2758 diff --git a/kernel-debug.changes b/kernel-debug.changes index 57799d60..eceaf106 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Nov 25 00:02:33 CET 2008 - jeffm@suse.de + +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). + +------------------------------------------------------------------- +Mon Nov 24 22:44:01 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:25:25 CET 2008 - agruen@suse.de + +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). + +------------------------------------------------------------------- +Mon Nov 24 20:18:46 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:15:57 CET 2008 - agruen@suse.de + +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. + +------------------------------------------------------------------- +Mon Nov 24 17:00:47 CET 2008 - ghaskins@suse.de + +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). + +------------------------------------------------------------------- +Mon Nov 24 16:57:27 CET 2008 - mmarek@suse.cz + +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. + +------------------------------------------------------------------- +Mon Nov 24 11:55:54 CET 2008 - bwalle@suse.de + +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. + ------------------------------------------------------------------- Sun Nov 23 01:02:08 CET 2008 - trenn@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index f65fa165..0a824144 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -59,7 +59,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel Version: 2.6.27.7 -Release: 3 +Release: 4 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -208,8 +208,8 @@ Only use this kernel when investigating problems. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -699,8 +699,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun base -f preun-base.sh @@ -741,8 +741,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun extra -f preun-extra.sh @@ -770,8 +770,8 @@ Only use this kernel when investigating problems. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %files -n kernel-debug-man %defattr(-,root,root) @@ -780,6 +780,33 @@ GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd %endif %changelog +* Tue Nov 25 2008 jeffm@suse.de +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. +* Mon Nov 24 2008 ghaskins@suse.de +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). +* Mon Nov 24 2008 mmarek@suse.cz +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. +* Mon Nov 24 2008 bwalle@suse.de +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). diff --git a/kernel-default.changes b/kernel-default.changes index 57799d60..eceaf106 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Nov 25 00:02:33 CET 2008 - jeffm@suse.de + +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). + +------------------------------------------------------------------- +Mon Nov 24 22:44:01 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:25:25 CET 2008 - agruen@suse.de + +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). + +------------------------------------------------------------------- +Mon Nov 24 20:18:46 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:15:57 CET 2008 - agruen@suse.de + +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. + +------------------------------------------------------------------- +Mon Nov 24 17:00:47 CET 2008 - ghaskins@suse.de + +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). + +------------------------------------------------------------------- +Mon Nov 24 16:57:27 CET 2008 - mmarek@suse.cz + +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. + +------------------------------------------------------------------- +Mon Nov 24 11:55:54 CET 2008 - bwalle@suse.de + +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. + ------------------------------------------------------------------- Sun Nov 23 01:02:08 CET 2008 - trenn@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index 49edf69a..49c15c35 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -59,7 +59,7 @@ Name: kernel-default Summary: The Standard Kernel Version: 2.6.27.7 -Release: 3 +Release: 4 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -226,8 +226,8 @@ The standard kernel for both uniprocessor and multiprocessor systems. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -716,8 +716,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun base -f preun-base.sh @@ -757,8 +757,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun extra -f preun-extra.sh @@ -785,8 +785,8 @@ The standard kernel for both uniprocessor and multiprocessor systems. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %files -n kernel-default-man %defattr(-,root,root) @@ -795,6 +795,33 @@ GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd %endif %changelog +* Tue Nov 25 2008 jeffm@suse.de +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. +* Mon Nov 24 2008 ghaskins@suse.de +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). +* Mon Nov 24 2008 mmarek@suse.cz +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. +* Mon Nov 24 2008 bwalle@suse.de +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). diff --git a/kernel-dummy.changes b/kernel-dummy.changes index 57799d60..eceaf106 100644 --- a/kernel-dummy.changes +++ b/kernel-dummy.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Nov 25 00:02:33 CET 2008 - jeffm@suse.de + +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). + +------------------------------------------------------------------- +Mon Nov 24 22:44:01 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:25:25 CET 2008 - agruen@suse.de + +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). + +------------------------------------------------------------------- +Mon Nov 24 20:18:46 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:15:57 CET 2008 - agruen@suse.de + +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. + +------------------------------------------------------------------- +Mon Nov 24 17:00:47 CET 2008 - ghaskins@suse.de + +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). + +------------------------------------------------------------------- +Mon Nov 24 16:57:27 CET 2008 - mmarek@suse.cz + +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. + +------------------------------------------------------------------- +Mon Nov 24 11:55:54 CET 2008 - bwalle@suse.de + +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. + ------------------------------------------------------------------- Sun Nov 23 01:02:08 CET 2008 - trenn@suse.de diff --git a/kernel-dummy.spec b/kernel-dummy.spec index 6a285499..00aa28e1 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: 3 +Release: 4 License: GPL v2 only Group: System/Kernel AutoReqProv: off @@ -36,8 +36,8 @@ Authors: -------- Andreas Gruenbacher -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %install rm -rf %buildroot @@ -49,6 +49,33 @@ echo dummy > %buildroot/etc/dummy /etc/dummy %changelog +* Tue Nov 25 2008 jeffm@suse.de +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. +* Mon Nov 24 2008 ghaskins@suse.de +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). +* Mon Nov 24 2008 mmarek@suse.cz +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. +* Mon Nov 24 2008 bwalle@suse.de +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). diff --git a/kernel-kdump.changes b/kernel-kdump.changes index 57799d60..eceaf106 100644 --- a/kernel-kdump.changes +++ b/kernel-kdump.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Nov 25 00:02:33 CET 2008 - jeffm@suse.de + +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). + +------------------------------------------------------------------- +Mon Nov 24 22:44:01 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:25:25 CET 2008 - agruen@suse.de + +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). + +------------------------------------------------------------------- +Mon Nov 24 20:18:46 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:15:57 CET 2008 - agruen@suse.de + +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. + +------------------------------------------------------------------- +Mon Nov 24 17:00:47 CET 2008 - ghaskins@suse.de + +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). + +------------------------------------------------------------------- +Mon Nov 24 16:57:27 CET 2008 - mmarek@suse.cz + +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. + +------------------------------------------------------------------- +Mon Nov 24 11:55:54 CET 2008 - bwalle@suse.de + +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. + ------------------------------------------------------------------- Sun Nov 23 01:02:08 CET 2008 - trenn@suse.de diff --git a/kernel-kdump.spec b/kernel-kdump.spec index ca64082d..ee65b480 100644 --- a/kernel-kdump.spec +++ b/kernel-kdump.spec @@ -59,7 +59,7 @@ Name: kernel-kdump Summary: kernel for kdump Version: 2.6.27.7 -Release: 3 +Release: 4 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -207,8 +207,8 @@ crashed kernel. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -700,8 +700,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun base -f preun-base.sh @@ -744,8 +744,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun extra -f preun-extra.sh @@ -775,8 +775,8 @@ crashed kernel. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %files -n kernel-kdump-man %defattr(-,root,root) @@ -785,6 +785,33 @@ GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd %endif %changelog +* Tue Nov 25 2008 jeffm@suse.de +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. +* Mon Nov 24 2008 ghaskins@suse.de +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). +* Mon Nov 24 2008 mmarek@suse.cz +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. +* Mon Nov 24 2008 bwalle@suse.de +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). diff --git a/kernel-pae.changes b/kernel-pae.changes index 57799d60..eceaf106 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Nov 25 00:02:33 CET 2008 - jeffm@suse.de + +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). + +------------------------------------------------------------------- +Mon Nov 24 22:44:01 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:25:25 CET 2008 - agruen@suse.de + +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). + +------------------------------------------------------------------- +Mon Nov 24 20:18:46 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:15:57 CET 2008 - agruen@suse.de + +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. + +------------------------------------------------------------------- +Mon Nov 24 17:00:47 CET 2008 - ghaskins@suse.de + +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). + +------------------------------------------------------------------- +Mon Nov 24 16:57:27 CET 2008 - mmarek@suse.cz + +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. + +------------------------------------------------------------------- +Mon Nov 24 11:55:54 CET 2008 - bwalle@suse.de + +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. + ------------------------------------------------------------------- Sun Nov 23 01:02:08 CET 2008 - trenn@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index e9c5e8bc..acb3f89e 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -59,7 +59,7 @@ Name: kernel-pae Summary: Kernel with PAE Support Version: 2.6.27.7 -Release: 3 +Release: 4 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -208,8 +208,8 @@ that support it, regardless of the amount of main memory. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %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-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun base -f preun-base.sh @@ -753,8 +753,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun extra -f preun-extra.sh @@ -788,8 +788,8 @@ that support it, regardless of the amount of main memory. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %files -n kernel-pae-man %defattr(-,root,root) @@ -798,6 +798,33 @@ GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd %endif %changelog +* Tue Nov 25 2008 jeffm@suse.de +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. +* Mon Nov 24 2008 ghaskins@suse.de +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). +* Mon Nov 24 2008 mmarek@suse.cz +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. +* Mon Nov 24 2008 bwalle@suse.de +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 57799d60..eceaf106 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Nov 25 00:02:33 CET 2008 - jeffm@suse.de + +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). + +------------------------------------------------------------------- +Mon Nov 24 22:44:01 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:25:25 CET 2008 - agruen@suse.de + +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). + +------------------------------------------------------------------- +Mon Nov 24 20:18:46 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:15:57 CET 2008 - agruen@suse.de + +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. + +------------------------------------------------------------------- +Mon Nov 24 17:00:47 CET 2008 - ghaskins@suse.de + +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). + +------------------------------------------------------------------- +Mon Nov 24 16:57:27 CET 2008 - mmarek@suse.cz + +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. + +------------------------------------------------------------------- +Mon Nov 24 11:55:54 CET 2008 - bwalle@suse.de + +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. + ------------------------------------------------------------------- Sun Nov 23 01:02:08 CET 2008 - trenn@suse.de diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 6b16f4cf..03fc63ac 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -59,7 +59,7 @@ Name: kernel-ppc64 Summary: Kernel for ppc64 Systems Version: 2.6.27.7 -Release: 3 +Release: 4 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -220,8 +220,8 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -724,8 +724,8 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun base -f preun-base.sh @@ -779,8 +779,8 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun extra -f preun-extra.sh @@ -821,8 +821,8 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %files -n kernel-ppc64-man %defattr(-,root,root) @@ -831,6 +831,33 @@ GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd %endif %changelog +* Tue Nov 25 2008 jeffm@suse.de +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. +* Mon Nov 24 2008 ghaskins@suse.de +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). +* Mon Nov 24 2008 mmarek@suse.cz +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. +* Mon Nov 24 2008 bwalle@suse.de +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). diff --git a/kernel-ps3.changes b/kernel-ps3.changes index 57799d60..eceaf106 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Nov 25 00:02:33 CET 2008 - jeffm@suse.de + +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). + +------------------------------------------------------------------- +Mon Nov 24 22:44:01 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:25:25 CET 2008 - agruen@suse.de + +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). + +------------------------------------------------------------------- +Mon Nov 24 20:18:46 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:15:57 CET 2008 - agruen@suse.de + +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. + +------------------------------------------------------------------- +Mon Nov 24 17:00:47 CET 2008 - ghaskins@suse.de + +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). + +------------------------------------------------------------------- +Mon Nov 24 16:57:27 CET 2008 - mmarek@suse.cz + +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. + +------------------------------------------------------------------- +Mon Nov 24 11:55:54 CET 2008 - bwalle@suse.de + +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. + ------------------------------------------------------------------- Sun Nov 23 01:02:08 CET 2008 - trenn@suse.de diff --git a/kernel-ps3.spec b/kernel-ps3.spec index dd251a16..61858016 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -59,7 +59,7 @@ Name: kernel-ps3 Summary: kernel for ps3 bootloader Version: 2.6.27.7 -Release: 3 +Release: 4 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -202,8 +202,8 @@ final system. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -692,8 +692,8 @@ needs to be as small as possible. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun base -f preun-base.sh @@ -733,8 +733,8 @@ needs to be as small as possible. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun extra -f preun-extra.sh @@ -764,8 +764,8 @@ final system. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %files -n kernel-ps3-man %defattr(-,root,root) @@ -774,6 +774,33 @@ GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd %endif %changelog +* Tue Nov 25 2008 jeffm@suse.de +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. +* Mon Nov 24 2008 ghaskins@suse.de +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). +* Mon Nov 24 2008 mmarek@suse.cz +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. +* Mon Nov 24 2008 bwalle@suse.de +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). diff --git a/kernel-s390.changes b/kernel-s390.changes index 57799d60..eceaf106 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Nov 25 00:02:33 CET 2008 - jeffm@suse.de + +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). + +------------------------------------------------------------------- +Mon Nov 24 22:44:01 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:25:25 CET 2008 - agruen@suse.de + +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). + +------------------------------------------------------------------- +Mon Nov 24 20:18:46 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:15:57 CET 2008 - agruen@suse.de + +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. + +------------------------------------------------------------------- +Mon Nov 24 17:00:47 CET 2008 - ghaskins@suse.de + +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). + +------------------------------------------------------------------- +Mon Nov 24 16:57:27 CET 2008 - mmarek@suse.cz + +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. + +------------------------------------------------------------------- +Mon Nov 24 11:55:54 CET 2008 - bwalle@suse.de + +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. + ------------------------------------------------------------------- Sun Nov 23 01:02:08 CET 2008 - trenn@suse.de diff --git a/kernel-s390.spec b/kernel-s390.spec index eb06634b..6d7763ad 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -59,7 +59,7 @@ Name: kernel-s390 Summary: The Standard Kernel Version: 2.6.27.7 -Release: 3 +Release: 4 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -201,8 +201,8 @@ The standard kernel. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -691,8 +691,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun base -f preun-base.sh @@ -732,8 +732,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun extra -f preun-extra.sh @@ -760,8 +760,8 @@ The standard kernel. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %files -n kernel-s390-man %defattr(-,root,root) @@ -770,6 +770,33 @@ GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd %endif %changelog +* Tue Nov 25 2008 jeffm@suse.de +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. +* Mon Nov 24 2008 ghaskins@suse.de +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). +* Mon Nov 24 2008 mmarek@suse.cz +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. +* Mon Nov 24 2008 bwalle@suse.de +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). diff --git a/kernel-source.changes b/kernel-source.changes index 57799d60..eceaf106 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Nov 25 00:02:33 CET 2008 - jeffm@suse.de + +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). + +------------------------------------------------------------------- +Mon Nov 24 22:44:01 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:25:25 CET 2008 - agruen@suse.de + +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). + +------------------------------------------------------------------- +Mon Nov 24 20:18:46 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:15:57 CET 2008 - agruen@suse.de + +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. + +------------------------------------------------------------------- +Mon Nov 24 17:00:47 CET 2008 - ghaskins@suse.de + +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). + +------------------------------------------------------------------- +Mon Nov 24 16:57:27 CET 2008 - mmarek@suse.cz + +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. + +------------------------------------------------------------------- +Mon Nov 24 11:55:54 CET 2008 - bwalle@suse.de + +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. + ------------------------------------------------------------------- Sun Nov 23 01:02:08 CET 2008 - trenn@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index c6537b51..ba74d2e5 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: 3 +Release: 4 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-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -274,6 +274,33 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \ %files -f kernel-source.files %changelog +* Tue Nov 25 2008 jeffm@suse.de +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. +* Mon Nov 24 2008 ghaskins@suse.de +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). +* Mon Nov 24 2008 mmarek@suse.cz +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. +* Mon Nov 24 2008 bwalle@suse.de +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). diff --git a/kernel-syms.changes b/kernel-syms.changes index 57799d60..eceaf106 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Nov 25 00:02:33 CET 2008 - jeffm@suse.de + +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). + +------------------------------------------------------------------- +Mon Nov 24 22:44:01 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:25:25 CET 2008 - agruen@suse.de + +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). + +------------------------------------------------------------------- +Mon Nov 24 20:18:46 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:15:57 CET 2008 - agruen@suse.de + +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. + +------------------------------------------------------------------- +Mon Nov 24 17:00:47 CET 2008 - ghaskins@suse.de + +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). + +------------------------------------------------------------------- +Mon Nov 24 16:57:27 CET 2008 - mmarek@suse.cz + +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. + +------------------------------------------------------------------- +Mon Nov 24 11:55:54 CET 2008 - bwalle@suse.de + +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. + ------------------------------------------------------------------- Sun Nov 23 01:02:08 CET 2008 - trenn@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index d9fdc580..dcc53498 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: 3 +Release: 4 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-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %prep echo "Architecture symbol(s):" %symbols @@ -152,6 +152,33 @@ done /lib/modules/*/build %changelog +* Tue Nov 25 2008 jeffm@suse.de +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. +* Mon Nov 24 2008 ghaskins@suse.de +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). +* Mon Nov 24 2008 mmarek@suse.cz +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. +* Mon Nov 24 2008 bwalle@suse.de +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). diff --git a/kernel-trace.changes b/kernel-trace.changes index 57799d60..eceaf106 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Nov 25 00:02:33 CET 2008 - jeffm@suse.de + +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). + +------------------------------------------------------------------- +Mon Nov 24 22:44:01 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:25:25 CET 2008 - agruen@suse.de + +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). + +------------------------------------------------------------------- +Mon Nov 24 20:18:46 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:15:57 CET 2008 - agruen@suse.de + +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. + +------------------------------------------------------------------- +Mon Nov 24 17:00:47 CET 2008 - ghaskins@suse.de + +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). + +------------------------------------------------------------------- +Mon Nov 24 16:57:27 CET 2008 - mmarek@suse.cz + +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. + +------------------------------------------------------------------- +Mon Nov 24 11:55:54 CET 2008 - bwalle@suse.de + +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. + ------------------------------------------------------------------- Sun Nov 23 01:02:08 CET 2008 - trenn@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index e40c8d43..05de9ee5 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -59,7 +59,7 @@ Name: kernel-trace Summary: The Realtime Linux Kernel Version: 2.6.27.7 -Release: 3 +Release: 4 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -213,8 +213,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -707,8 +707,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun base -f preun-base.sh @@ -752,8 +752,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun extra -f preun-extra.sh @@ -786,8 +786,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %files -n kernel-trace-man %defattr(-,root,root) @@ -796,6 +796,33 @@ GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd %endif %changelog +* Tue Nov 25 2008 jeffm@suse.de +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. +* Mon Nov 24 2008 ghaskins@suse.de +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). +* Mon Nov 24 2008 mmarek@suse.cz +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. +* Mon Nov 24 2008 bwalle@suse.de +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 57799d60..eceaf106 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Nov 25 00:02:33 CET 2008 - jeffm@suse.de + +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). + +------------------------------------------------------------------- +Mon Nov 24 22:44:01 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:25:25 CET 2008 - agruen@suse.de + +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). + +------------------------------------------------------------------- +Mon Nov 24 20:18:46 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:15:57 CET 2008 - agruen@suse.de + +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. + +------------------------------------------------------------------- +Mon Nov 24 17:00:47 CET 2008 - ghaskins@suse.de + +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). + +------------------------------------------------------------------- +Mon Nov 24 16:57:27 CET 2008 - mmarek@suse.cz + +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. + +------------------------------------------------------------------- +Mon Nov 24 11:55:54 CET 2008 - bwalle@suse.de + +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. + ------------------------------------------------------------------- Sun Nov 23 01:02:08 CET 2008 - trenn@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 43ed5a80..e7aac4d9 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -59,7 +59,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches Version: 2.6.27.7 -Release: 3 +Release: 4 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -223,8 +223,8 @@ The standard kernel - without any SUSE patches -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -711,8 +711,8 @@ The standard kernel - without any SUSE patches -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun base -f preun-base.sh @@ -750,8 +750,8 @@ The standard kernel - without any SUSE patches -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun extra -f preun-extra.sh @@ -778,8 +778,8 @@ The standard kernel - without any SUSE patches -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %files -n kernel-vanilla-man %defattr(-,root,root) @@ -788,6 +788,33 @@ GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd %endif %changelog +* Tue Nov 25 2008 jeffm@suse.de +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. +* Mon Nov 24 2008 ghaskins@suse.de +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). +* Mon Nov 24 2008 mmarek@suse.cz +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. +* Mon Nov 24 2008 bwalle@suse.de +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). diff --git a/kernel-xen.changes b/kernel-xen.changes index 57799d60..eceaf106 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Nov 25 00:02:33 CET 2008 - jeffm@suse.de + +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). + +------------------------------------------------------------------- +Mon Nov 24 22:44:01 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:25:25 CET 2008 - agruen@suse.de + +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). + +------------------------------------------------------------------- +Mon Nov 24 20:18:46 CET 2008 - agruen@suse.de + +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). + +------------------------------------------------------------------- +Mon Nov 24 20:15:57 CET 2008 - agruen@suse.de + +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. + +------------------------------------------------------------------- +Mon Nov 24 17:00:47 CET 2008 - ghaskins@suse.de + +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). + +------------------------------------------------------------------- +Mon Nov 24 16:57:27 CET 2008 - mmarek@suse.cz + +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. + +------------------------------------------------------------------- +Mon Nov 24 11:55:54 CET 2008 - bwalle@suse.de + +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. + ------------------------------------------------------------------- Sun Nov 23 01:02:08 CET 2008 - trenn@suse.de diff --git a/kernel-xen.spec b/kernel-xen.spec index 83a3e255..8aa9c6c5 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -59,7 +59,7 @@ Name: kernel-xen Summary: The Xen Kernel Version: 2.6.27.7 -Release: 3 +Release: 4 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -207,8 +207,8 @@ unprivileged ("xenU") kernel. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %prep if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then @@ -700,8 +700,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun base -f preun-base.sh @@ -744,8 +744,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %preun extra -f preun-extra.sh @@ -775,8 +775,8 @@ unprivileged ("xenU") kernel. -Source Timestamp: 2008-11-23 01:02:16 +0100 -GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd +Source Timestamp: 2008-11-25 00:02:37 +0100 +GIT Revision: b81f7c1daca9a91df9caf5ea7168dcc0f548453e %files -n kernel-xen-man %defattr(-,root,root) @@ -785,6 +785,33 @@ GIT Revision: 6c2340a66738635b1e7d96cde112431044e5a7dd %endif %changelog +* Tue Nov 25 2008 jeffm@suse.de +- patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant + creation of sgi_uv (bnc#444799). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid45 depends on a few more modules + (bnc#440208, bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Switch from a no_file_caps command line switch to file_caps={0,1} + for enabling/disabling file capabilities, and make file_caps=0 + the default: we cannot get the no_file_caps option added to the + kernel command line anymore (perl-Bootloader, bnc#418366). +* Mon Nov 24 2008 agruen@suse.de +- supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, + bnc#441310). +* Mon Nov 24 2008 agruen@suse.de +- Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to + CONFIG_PREEMPT_NONE. +* Mon Nov 24 2008 ghaskins@suse.de +- patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: + sched: fix a bug in sched domain degenerate (bnc#442464). +* Mon Nov 24 2008 mmarek@suse.cz +- doc/README.SUSE: document that setting allow_unsupported_modules + to 1 in /etc/modprobe.d/unsupported-modules is required to make + self-compiled kernels work. +* Mon Nov 24 2008 bwalle@suse.de +- patches.fixes/hpwdt-kdump.diff: Sync with latest upstream + submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). diff --git a/patches.addon.tar.bz2 b/patches.addon.tar.bz2 index be33e1e6..7f72a179 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:72351fc71ec5e7edff748fa835d30d5b09ad0c1c9257cd4e1998fc24ae37ccff +oid sha256:ff7a75d89a5b47ff1b396845a4ba76128cfd7f3c34488a196c2e706d0bf670b9 size 129 diff --git a/patches.apparmor.tar.bz2 b/patches.apparmor.tar.bz2 index 55d6eef8..1e2b85e3 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:eb0147852e643cc77f48272c43323223aed162d565aa1113ccff115802333a91 -size 59076 +oid sha256:1bf477237397cbbf51425fcaf44ecd86cc9e130c11eae01445c90db127b69c03 +size 59277 diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index 1ad4036e..1d71d3d6 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:e38ad86565695d6df9e87b1f997c3b59141595744d617f9c4b0d2678038af691 -size 260742 +oid sha256:5f11ec03b3d56fec6d5454949812a9ca98200c99417ff90aeb2979ef394f9a49 +size 260505 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 8a0f2f61..0c356ab1 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:a0a87cb3568ac1c388dbfe45048d160020d1d294b8c6f4927cbaaba874371c92 -size 2629950 +oid sha256:f50ec42a93db8ed935d709ac41ecb8cde9f6205706f4822703a8f1c7f5af4424 +size 2630411 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index 2e35a95c..ff83933e 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:437ca11f423767f09e22452ec13dc0279693b3800a4f225c7572f4d65d96283d -size 127166 +oid sha256:a8adec667ec9d9fa8709d15c1d41319a155bdd8c5193ed5efff37fac5ad6d7de +size 127910 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 6dbdf142..3279c602 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:31be394b997d699cd11e7ac9b1477a4c464bdb1df03db49610bef052749a3288 -size 83378 +oid sha256:c340420741516c7d186d962dcdfa184f849ba4a4087e1ebb77d8c190a15e0a41 +size 83080 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index 7b5c8666..f298bbab 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:903770eea04a2cfce6b0ab07ccf29be2d1d0ea1acacea913d309612fec2817ce -size 1600 +oid sha256:254fb7b8a500648bdc291d3558d023688775fb5e654bd039a9f66eef66d80fcc +size 1609 diff --git a/patches.rt.tar.bz2 b/patches.rt.tar.bz2 index 788ecfca..06d628d8 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:288109c3e058f7ee84bb483daf8254eec58839bd3e6b5e2c5f22d498572288b7 -size 126 +oid sha256:a098dcd89a7b21901a8e5d64ca6b495b1c75c3d86a6fffa1fa30349bfcdac435 +size 124 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 13702ead..cbfb5f5d 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:699fd305877e8bcba9490ed38e7ef6de1823a066f13784a9f0fdbabc1af13ad0 -size 1447489 +oid sha256:7737cb8d73cfe73ed79eedc78930f5b2fea4fd7c1ee0a36cc3ccfbf272f80bac +size 1447981 diff --git a/patches.trace.tar.bz2 b/patches.trace.tar.bz2 index ad1a3a16..3cc213a3 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:2c1988a783cdd3f38324087351963b98b2e89fedda1b81c21d389d173084abf1 -size 63251 +oid sha256:f518b17039a42d34831791924ae66ab38e98243b12053c03d51f00adb8761636 +size 63211 diff --git a/patches.uml.tar.bz2 b/patches.uml.tar.bz2 deleted file mode 100644 index bc866b43..00000000 --- a/patches.uml.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15a67d4cf938a80328e0fed394a08e6fdc316caa6af2135495e02f741c57c3fc -size 11032 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 5bd5dc2d..5f9f9371 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:30af4176c0de3fa8b804bb074e4d8a5927cd7f2f8567e0b5bf9eb1806f3bd5bb -size 1500028 +oid sha256:42a389b179b5b0ac532915afed246547e0c324b4cd6a42296d13005ffab4dd9a +size 1499919 diff --git a/series.conf b/series.conf index 343c2ed5..446c1320 100644 --- a/series.conf +++ b/series.conf @@ -100,6 +100,7 @@ patches.suse/self-ptrace.patch -RT patches.suse/rwlocks-enable-interrupts patches.suse/coredump_filter-add-elfhdr-default.patch + patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch ######################################################## # Architecture-specific patches. These used to be all @@ -351,7 +352,8 @@ patches.fixes/remount-no-shrink-dcache patches.suse/reiser4-sync_inodes patches.suse/x86-gb-linear-map.patch - patches.suse/file-capabilities-add-no_file_caps-switch.patch + patches.suse/file-capabilities-add-file_caps-switch.diff + patches.suse/file-capabilities-disable-by-default.diff patches.fixes/block-sanitize-invalid-partition-table-entries patches.fixes/bug-437171_1_sched_clock_lock.patch @@ -753,6 +755,7 @@ # patch on-top of sgi-uv-led -> I don't do the extra work and keep it here patches.arch/x86_uv_early_detect.patch patches.arch/x86_sgi_uv_early_detect_oem.patch + patches.fixes/uv-redundant-creation-of-proc-dir patches.fixes/cxgb3_fix_race_in_EEH @@ -1261,23 +1264,6 @@ # below here. ######################################################## - -# PLEASE KEEP THESE PATCHES AT THE END OF series.conf -# (as all other arch specific patches should be kept at the end -# for obvious reasons.) - -######################################################## -# user mode linux -######################################################## - - ### both uml framebuffer and xen need this one. - patches.xen/add-console-use-vt - - ### kraxel's uml framebuffer driver -- patches.uml/uml-kconfig -- patches.uml/uml-x11-fb - - ######################################################## # XEN architecture, version 3 ######################################################## @@ -1289,6 +1275,9 @@ # PLEASE DON'T EDIT THESE PATCHES. Create fixup patches # on top of them instead. This reduces workload when # re-basing to a newer xen tree. +# + ### both uml framebuffer and xen need this one. + patches.xen/add-console-use-vt # split out patches patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch diff --git a/supported.conf b/supported.conf index 9be9b9b3..ce072fc5 100644 --- a/supported.conf +++ b/supported.conf @@ -727,12 +727,14 @@ kernel/drivers/md/dm-crypt # device-mapper target for transparent encryption / decryption kernel/drivers/md/dm-delay kernel/drivers/md/dm-log - kernel/drivers/md/dm-mem-cache + kernel/drivers/md/dm-memcache kernel/drivers/md/dm-message kernel/drivers/md/dm-mirror # device-mapper mirror target +base kernel/drivers/md/dm-mod # device-mapper driver kernel/drivers/md/dm-multipath # device-mapper multipath target - kernel/drivers/md/dm-raid4-5 + kernel/drivers/md/dm-raid45 + kernel/drivers/md/dm-regions + kernel/drivers/md/dm-log kernel/drivers/md/dm-region_hash kernel/drivers/md/dm-round-robin # Round-robin path selector kernel/drivers/md/dm-snapshot # device-mapper snapshot target