GIT Revision: 0b32dc60d412e5deccef2c9e574ec3f30b9c74f7

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=15
This commit is contained in:
Michal Marek 2011-02-05 06:03:22 +00:00 committed by Git OBS Bridge
parent 2887e5d299
commit 1182aae230
39 changed files with 1137 additions and 20 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34cf45d982ebdc87db7695d85841da3641d15efad68d7597a3087d1efb62d10f
size 84061
oid sha256:66a780fe331858e8fc836ac072712a64aa32056f312a982f41c9d12c0f643df2
size 85409

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ef9c84fa5c4c76bf3e27424ae93102936f5cf2fb78ffa1acaceb0afb857972f
size 125707
oid sha256:ce83baf92f41fa259f263efcace03d04329da468b671e180aa7ae693436e9881
size 126387

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55b13123a5339acacef9b4ac9b31a2485fbbe406f14755572f6a2c9f1fdc88ea
size 83065
oid sha256:e92830a7cb042317d76500229e3f78409fcead8b543dfc0b5f57b73b2e84747e
size 84591

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4531817607d387c368bc3ca933262d70c276114aaf03064d0fb1ada89f3d9bfa
size 3565
oid sha256:105b05d17d05a97e647c5add90e08e47c210db2247c076c40621cc83ab977483
size 3587

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e1aeb7b727ecadacf70b8802cb72b78c7b7b7bbe1508391e70945bab2c9c219
size 2065603
oid sha256:2342b210b73dc828da5fcb4d8e8cd1d318da2643225fd7dc27bf6201b5f98ff0
size 1982628

View File

@ -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

View File

@ -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