From 1182aae23056ec105a83471f6cdc9316a5d7b7cfb3c4f8d8c3ed38e77dbbde3f Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Sat, 5 Feb 2011 06:03:22 +0000 Subject: [PATCH] GIT Revision: 0b32dc60d412e5deccef2c9e574ec3f30b9c74f7 OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=15 --- kernel-debug.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 26 ++++++++++++++++++++++++ kernel-default.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-default.spec | 26 ++++++++++++++++++++++++ kernel-desktop.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-desktop.spec | 26 ++++++++++++++++++++++++ kernel-docs.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-docs.spec | 26 ++++++++++++++++++++++++ kernel-ec2.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-ec2.spec | 26 ++++++++++++++++++++++++ kernel-net.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-net.spec | 26 ++++++++++++++++++++++++ kernel-pae.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 26 ++++++++++++++++++++++++ kernel-ppc64.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-ppc64.spec | 26 ++++++++++++++++++++++++ kernel-ps3.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-ps3.spec | 26 ++++++++++++++++++++++++ kernel-s390.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-s390.spec | 26 ++++++++++++++++++++++++ kernel-source.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-source.spec | 26 ++++++++++++++++++++++++ kernel-syms.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 26 ++++++++++++++++++++++++ kernel-trace.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-trace.spec | 26 ++++++++++++++++++++++++ kernel-vanilla.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 26 ++++++++++++++++++++++++ kernel-vmi.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-vmi.spec | 26 ++++++++++++++++++++++++ kernel-xen.changes | 44 +++++++++++++++++++++++++++++++++++++++++ kernel-xen.spec | 26 ++++++++++++++++++++++++ patches.arch.tar.bz2 | 4 ++-- patches.drivers.tar.bz2 | 4 ++-- patches.fixes.tar.bz2 | 4 ++-- patches.rpmify.tar.bz2 | 4 ++-- patches.xen.tar.bz2 | 4 ++-- series.conf | 13 +++++------- source-timestamp | 4 ++-- 39 files changed, 1137 insertions(+), 20 deletions(-) diff --git a/kernel-debug.changes b/kernel-debug.changes index 445d38fe..5051d079 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 5dd298ed..d42c2306 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -865,6 +865,32 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-default.changes b/kernel-default.changes index 445d38fe..5051d079 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 6c4c0d27..ce41c747 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -878,6 +878,32 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 445d38fe..5051d079 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 832bcced..70e93419 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -898,6 +898,32 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-docs.changes b/kernel-docs.changes index 445d38fe..5051d079 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index 9bf32f8e..934ae317 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -99,6 +99,32 @@ rm -rf $RPM_BUILD_ROOT /usr/share/doc/kernel %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 445d38fe..5051d079 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-ec2.spec b/kernel-ec2.spec index e0f63b9e..bfe78242 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -868,6 +868,32 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-net.changes b/kernel-net.changes index 445d38fe..5051d079 100644 --- a/kernel-net.changes +++ b/kernel-net.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-net.spec b/kernel-net.spec index 0f193291..e822d2ca 100644 --- a/kernel-net.spec +++ b/kernel-net.spec @@ -865,6 +865,32 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-pae.changes b/kernel-pae.changes index 445d38fe..5051d079 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index 3e654244..f3048a11 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -883,6 +883,32 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 445d38fe..5051d079 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index b307511b..9b5eb9da 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -887,6 +887,32 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-ps3.changes b/kernel-ps3.changes index 445d38fe..5051d079 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-ps3.spec b/kernel-ps3.spec index bbf39128..4583de58 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -868,6 +868,32 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-s390.changes b/kernel-s390.changes index 445d38fe..5051d079 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-s390.spec b/kernel-s390.spec index 4881ac9d..0765f495 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -862,6 +862,32 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-source.changes b/kernel-source.changes index 445d38fe..5051d079 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index bd979605..8085ac8b 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -245,6 +245,32 @@ popd %endif %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-syms.changes b/kernel-syms.changes index 445d38fe..5051d079 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 2716affe..19632932 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -81,6 +81,32 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-trace.changes b/kernel-trace.changes index 445d38fe..5051d079 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-trace.spec b/kernel-trace.spec index bdb2bc31..d639c70b 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -870,6 +870,32 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 445d38fe..5051d079 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 1dd439d6..b1e40a56 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -866,6 +866,32 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-vmi.changes b/kernel-vmi.changes index 445d38fe..5051d079 100644 --- a/kernel-vmi.changes +++ b/kernel-vmi.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-vmi.spec b/kernel-vmi.spec index 66ff7cb7..77277213 100644 --- a/kernel-vmi.spec +++ b/kernel-vmi.spec @@ -862,6 +862,32 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/kernel-xen.changes b/kernel-xen.changes index 445d38fe..5051d079 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de + +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 + +------------------------------------------------------------------- +Thu Feb 3 17:46:29 CET 2011 - jbeulich@novell.com + +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f + +------------------------------------------------------------------- +Thu Feb 3 17:43:57 CET 2011 - jbeulich@novell.com + +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 + +------------------------------------------------------------------- +Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de + +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 + +------------------------------------------------------------------- +Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz + +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 + +------------------------------------------------------------------- +Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz + +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd + ------------------------------------------------------------------- Mon Jan 31 10:47:27 CET 2011 - jslaby@suse.cz diff --git a/kernel-xen.spec b/kernel-xen.spec index e66f4d90..7f4e0088 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -868,6 +868,32 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Feb 03 2011 rjw@suse.de +- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). +- commit 0664ad4 +* Thu Feb 03 2011 jbeulich@novell.com +- Update Xen patches to c/s 1066. +- cpuidle/x86/perf: fix power:cpu_idle double end events and + throw cpu_idle events from the cpuidle layer (bnc#665153). +- perf: Clean up power events by introducing new, more generic + ones (bnc#665153). +- commit e88242f +* Thu Feb 03 2011 jbeulich@novell.com +- Fix jiffy calculations in calibrate_delay_direct to handle + overflow. +- commit 4a69163 +* Wed Feb 02 2011 tiwai@suse.de +- ALSA: hda - Fix memory leaks in conexant jack arrays + (bnc#668929). +- commit 7dbcb59 +* Mon Jan 31 2011 jslaby@suse.cz +- Refresh patches.rpmify/cloneconfig.diff. + scripts/kconfig/conf accepts long parameters only for some time already +- commit 36bcdd7 +* Mon Jan 31 2011 jslaby@suse.cz +- block: loop queue_lock null pointer derefence in blk_throtl_exit + v3 (bnc#666598). +- commit cd38efd * Mon Jan 31 2011 jslaby@suse.cz - Fix prlimit64 for suid/sgid processes (bnc#668262). - commit dae8217 diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index 922e436c..902dc6f2 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:34cf45d982ebdc87db7695d85841da3641d15efad68d7597a3087d1efb62d10f -size 84061 +oid sha256:66a780fe331858e8fc836ac072712a64aa32056f312a982f41c9d12c0f643df2 +size 85409 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 47956d49..81b44107 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:4ef9c84fa5c4c76bf3e27424ae93102936f5cf2fb78ffa1acaceb0afb857972f -size 125707 +oid sha256:ce83baf92f41fa259f263efcace03d04329da468b671e180aa7ae693436e9881 +size 126387 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index 7aa971d2..9a4cc0e8 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:55b13123a5339acacef9b4ac9b31a2485fbbe406f14755572f6a2c9f1fdc88ea -size 83065 +oid sha256:e92830a7cb042317d76500229e3f78409fcead8b543dfc0b5f57b73b2e84747e +size 84591 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index f8d0f0d0..4bb3f2a2 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:4531817607d387c368bc3ca933262d70c276114aaf03064d0fb1ada89f3d9bfa -size 3565 +oid sha256:105b05d17d05a97e647c5add90e08e47c210db2247c076c40621cc83ab977483 +size 3587 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 255813bb..bb53f488 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:5e1aeb7b727ecadacf70b8802cb72b78c7b7b7bbe1508391e70945bab2c9c219 -size 2065603 +oid sha256:2342b210b73dc828da5fcb4d8e8cd1d318da2643225fd7dc27bf6201b5f98ff0 +size 1982628 diff --git a/series.conf b/series.conf index 322c489a..1fdc5149 100644 --- a/series.conf +++ b/series.conf @@ -138,6 +138,8 @@ patches.suse/x86-mark_rodata_rw.patch + patches.arch/x86-mtrr-avoid-MTRR-reprogramming-on-BP-during-boot-on.patch + ######################################################## # x86 MCE/MCA (Machine Check Error/Architecture) extensions ######################################################## @@ -230,6 +232,7 @@ ######################################################## patches.suse/connector-read-mostly patches.suse/kbd-ignore-gfx.patch + patches.fixes/calibrate-jiffy-overflow ######################################################## # @@ -498,6 +501,7 @@ patches.fixes/scsi-ibmvscsi-module_alias.patch patches.fixes/fix-ata-panic-with-ata_id + patches.fixes/loop-queue_lock-null-pointer-derefence-in-blk_throtl_exit-v3.patch ######################################################## # DRM/Video @@ -572,6 +576,7 @@ ########################################################## # Sound ########################################################## + patches.drivers/alsa-hda-0001-Fix-memory-leaks-in-conexant-jack-arrays ######################################################## # Other driver fixes @@ -739,10 +744,6 @@ patches.xen/ipv6-no-autoconf patches.xen/pci-guestdev patches.xen/pci-reserve -+needs_update-33 patches.xen/sfc-driverlink -+needs_update-33 patches.xen/sfc-resource-driver -+needs_update-33 patches.xen/sfc-driverlink-conditional -+needs_update-33 patches.xen/sfc-external-sram patches.xen/tmem # bulk stuff, new files for xen @@ -762,9 +763,6 @@ # fixups due to upstream Xen parts patches.xen/xen3-fixup-xen -+needs_update-33 patches.xen/sfc-set-arch -+needs_update-33 patches.xen/sfc-endianness - # newer changeset backports # changes outside arch/{i386,x86_64}/xen @@ -796,7 +794,6 @@ patches.xen/xen3-seccomp-disable-tsc-option patches.xen/xen3-x86-mcp51-no-dac patches.xen/xen3-x86-mark_rodata_rw.patch - patches.xen/xen3-acpi_processor_check_maxcpus.patch patches.xen/xen3-stack-unwind patches.xen/xen3-x86_64-unwind-annotations diff --git a/source-timestamp b/source-timestamp index eb29ad2e..9d48dd73 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2011-01-31 10:47:45 +0100 -GIT Revision: 8696ac14699d669e9404d7085bc6f633fae45dad +2011-02-04 21:49:30 +0100 +GIT Revision: 0b32dc60d412e5deccef2c9e574ec3f30b9c74f7 GIT Branch: stable