diff --git a/config.tar.bz2 b/config.tar.bz2 index 3ed310af..e08917a7 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74548dfdb01577c9071f1c635a89acb8c2c49540ab01b869e079a61029e4be06 -size 210603 +oid sha256:1af960ad3e77b012a0e14e15de3b4c5f171dbf0b4556451f86f7aaec89ed6201 +size 210618 diff --git a/kernel-debug.changes b/kernel-debug.changes index 468a3e98..ab3360b4 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-debug.spec b/kernel-debug.spec index 28e890fd..9dd981eb 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -56,7 +56,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/kernel-default.changes b/kernel-default.changes index 468a3e98..ab3360b4 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-default.spec b/kernel-default.spec index 5f137be1..c884e2c9 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -56,7 +56,7 @@ Name: kernel-default Summary: The Standard Kernel Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 468a3e98..ab3360b4 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-desktop.spec b/kernel-desktop.spec index fdf7d1fd..c66c7f88 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -56,7 +56,7 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/kernel-docs.changes b/kernel-docs.changes index 468a3e98..ab3360b4 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-docs.spec b/kernel-docs.spec index 08fa7355..b936992e 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ # norootforbuild -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %include %_sourcedir/kernel-spec-macros @@ -29,7 +29,7 @@ License: GPLv2+ Group: Documentation/Man AutoReqProv: on Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 468a3e98..ab3360b4 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 7ce12460..dd171052 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -56,7 +56,7 @@ Name: kernel-ec2 Summary: The Amazon EC2 Xen Kernel Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/kernel-net.changes b/kernel-net.changes index 468a3e98..ab3360b4 100644 --- a/kernel-net.changes +++ b/kernel-net.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-net.spec b/kernel-net.spec index 6c01775a..94b15286 100644 --- a/kernel-net.spec +++ b/kernel-net.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -56,7 +56,7 @@ Name: kernel-net Summary: Minimal kernel with disk and net support Version: 2.6.34 -Release: 4 +Release: 5 %if %using_buildservice %else %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index 468a3e98..ab3360b4 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-pae.spec b/kernel-pae.spec index f62a73b4..c657bbc6 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -56,7 +56,7 @@ Name: kernel-pae Summary: Kernel with PAE Support Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 468a3e98..ab3360b4 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 84657cb8..c309bf3c 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -56,7 +56,7 @@ Name: kernel-ppc64 Summary: Kernel for ppc64 Systems Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/kernel-ps3.changes b/kernel-ps3.changes index 468a3e98..ab3360b4 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-ps3.spec b/kernel-ps3.spec index 7ede9770..3d8ab758 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -56,7 +56,7 @@ Name: kernel-ps3 Summary: kernel for ps3 bootloader Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/kernel-s390.changes b/kernel-s390.changes index 468a3e98..ab3360b4 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-s390.spec b/kernel-s390.spec index d56efe3a..4feb66c4 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -56,7 +56,7 @@ Name: kernel-s390 Summary: The Standard Kernel Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/kernel-source.changes b/kernel-source.changes index 468a3e98..ab3360b4 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-source.spec b/kernel-source.spec index 938c0728..620f9ddb 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -19,7 +19,7 @@ # icecream 0 %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -31,7 +31,7 @@ Name: kernel-source Summary: The Linux Kernel Sources Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/kernel-syms.changes b/kernel-syms.changes index 468a3e98..ab3360b4 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-syms.spec b/kernel-syms.spec index 3599421f..5be8720c 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -24,7 +24,7 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) diff --git a/kernel-trace.changes b/kernel-trace.changes index 468a3e98..ab3360b4 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-trace.spec b/kernel-trace.spec index 02d19b63..40f4e725 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -56,7 +56,7 @@ Name: kernel-trace Summary: The Realtime Linux Kernel Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 468a3e98..ab3360b4 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index ac188a50..909e77a6 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -56,7 +56,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/kernel-vmi.changes b/kernel-vmi.changes index 468a3e98..ab3360b4 100644 --- a/kernel-vmi.changes +++ b/kernel-vmi.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-vmi.spec b/kernel-vmi.spec index b54aad4b..e420c4cf 100644 --- a/kernel-vmi.spec +++ b/kernel-vmi.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -56,7 +56,7 @@ Name: kernel-vmi Summary: VMI-enabled kernel Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/kernel-xen.changes b/kernel-xen.changes index 468a3e98..ab3360b4 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Sun May 2 19:55:13 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc6. + - Eliminated 2 patches. + +------------------------------------------------------------------- +Sun May 2 17:14:46 CEST 2010 - sjayaraman@suse.de + +- patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd + (as nfs server uses) on create (bnc#593940). + +------------------------------------------------------------------- +Fri Apr 30 10:30:26 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi_ensure_spec_correct_address_space_length.patch: + ACPI/x86/PCI: compute Address Space length rather than using + _LEN (bnc#598641). + +------------------------------------------------------------------- +Thu Apr 29 15:13:28 CEST 2010 - jbeulich@novell.com + +- Update -ec2 config files (X86_MSR=m again). + +------------------------------------------------------------------- +Thu Apr 29 15:09:43 CEST 2010 - jbeulich@novell.com + +- Update Xen patches to 2.6.34-rc5-git8 and c/s 1016. +- Update Xen config files. +- patches.xen/xen-kzalloc: use kzalloc() in favor of + kmalloc()+memset(). +- patches.xen/xen-fix_trace_power.patch: Rename to ... +- patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + ... this. + +------------------------------------------------------------------- +Thu Apr 29 13:11:21 CEST 2010 - knikanth@suse.de + +- patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. + Fix patch to call dm_table_get directly instead of calling + dm_get_table unnecesarily. + +------------------------------------------------------------------- +Thu Apr 29 01:03:00 CEST 2010 - jeffm@suse.com + +- Update to 2.6.34-rc5-git8. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Wed Apr 28 14:10:41 CEST 2010 - trenn@suse.de + +- patches.xen/xen-fix_trace_power.patch: x86 cpufreq: Make + trace_power_frequency cpufreq driver independent (none). + +------------------------------------------------------------------- +Wed Apr 28 11:47:11 CEST 2010 - mmarek@suse.cz + +- Disable CONFIG_FIRMWARE_IN_KERNEL in all configs, we start udev + early enough in the initrd. + +------------------------------------------------------------------- +Wed Apr 28 10:39:04 CEST 2010 - trenn@suse.de + +- patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch: + acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification + (none). +- patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch: + x86 cpufreq: Make trace_power_frequency cpufreq driver + independent (none). + +------------------------------------------------------------------- +Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de + +- Update config files. + Unify X86_MSR and X86_CPUID configs: + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y + for all i386 and x86_64 flavors. + +------------------------------------------------------------------- +Mon Apr 26 15:45:19 CEST 2010 - jeffm@suse.com + +- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) + +------------------------------------------------------------------- +Mon Apr 26 03:08:10 CEST 2010 - jeffm@suse.com + +- Enabled CONFIG_FIREWIRE (bnc#586172) + - CONFIG_IEEE1394 is still enabled but deprecated. + +------------------------------------------------------------------- +Fri Apr 23 17:08:10 CEST 2010 - trenn@suse.de + +- patches.fixes/hp_wmi_add_media_key.patch: x86 platform drivers: + hp-wmi Add media key 0x20e8 (bnc#598059). + +------------------------------------------------------------------- +Fri Apr 23 16:54:33 CEST 2010 - trenn@suse.de + +- patches.fixes/hp-wmi_detect_keys.patch: x86 platform drivers: + hp-wmi Reorder event id processing (bnc#598059). +- patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch: x86 + platform drivers: hp-wmi Catch and log unkown event and key + codes correctly (bnc#598059). +- patches.fixes/hp_wmi_use_prefix_string.patch: x86 platform + drivers: hp-wmi Use consistent prefix string for messages + (bnc#598059). + ------------------------------------------------------------------- Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com diff --git a/kernel-xen.spec b/kernel-xen.spec index 85460673..e4276437 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.33 -%define patchversion 2.6.34-rc5 +%define patchversion 2.6.34-rc6 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -56,7 +56,7 @@ Name: kernel-xen Summary: The Xen Kernel Version: 2.6.34 -Release: 6 +Release: 7 %if %using_buildservice %else %endif diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index af90ebef..fc79a384 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:5cc8c9dc956e4d3b3818e16003f1a36d3d7c7f402b2d003582eb73e4eae38861 -size 126970 +oid sha256:e555f9771cda0e94a5107faaec95c966d9fbfcbbe7f5d11c60c465712985028b +size 126962 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index 8037e0d0..14987d16 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:3b904cc84e2bea013958a71b4d3215e2530591b82142218f462e5009f423c158 -size 41235 +oid sha256:e4752a51c77f0ae913073c76f7b9cd3dd2ffcb048201b6a9a1f0ac4b06283587 +size 43112 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 87f0b884..5eced06d 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76d8f3b4d52e3483f7a2c455c47c5ec62029e1b891b5dfe672a610a8212d7d49 -size 8145568 +oid sha256:b5eecd43b44c9e9da51fbf32f3730fcb2b441e39e01ff86812a20147f4002927 +size 8271097 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index f3c2439a..249d85d8 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b06b786953b4e76615c45926a5eb2c102b5c50e78422bb46ee1f8e7bbc7f61b9 -size 850624 +oid sha256:cf0a66ec6baf2655bc3473015ebafd21585ea84031c23ad5fe25aeb95e4aa28a +size 850964 diff --git a/patches.trace.tar.bz2 b/patches.trace.tar.bz2 index 2c15e80e..4d88cd69 100644 --- a/patches.trace.tar.bz2 +++ b/patches.trace.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5ec6267e24473b8ee43fb1149ef1a89b9259a35abd9e46bb3ede61f63b95f4a -size 31297 +oid sha256:c1fa9ddc89b92e4cd05496af399e84253aad5840cbf8c605f5e478edf8c9d598 +size 33717 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 1e5972ce..de557fcd 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:b96b5b20d61e61477bbd108ec5491cdeca8193e0ec72996d190682565b963a03 -size 1948271 +oid sha256:008db5fefeacd12d85df3cc6728f5aad7ae4a676359d0587c97ca8e802f7b549 +size 1945682 diff --git a/series.conf b/series.conf index b075f705..a556885b 100644 --- a/series.conf +++ b/series.conf @@ -32,6 +32,7 @@ patches.kernel.org/patch-2.6.34-rc2-rc3 patches.kernel.org/patch-2.6.34-rc3-rc4 patches.kernel.org/patch-2.6.34-rc4-rc5 + patches.kernel.org/patch-2.6.34-rc5-rc6 ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -152,7 +153,6 @@ patches.suse/x86-mark_rodata_rw.patch patches.fixes/dmar-fix-oops-with-no-dmar-table - patches.fixes/x86-apbt-conditionally-register-cpu-hp-notifier-for-apbt ######################################################## # x86 MCE/MCA (Machine Check Error/Architecture) extensions @@ -280,6 +280,12 @@ patches.arch/acpi_srat-pxm-rev-ia64.patch patches.arch/acpi_srat-pxm-rev-x86-64.patch + # HP WMI patches + patches.fixes/hp-wmi_detect_keys.patch + patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch + patches.fixes/hp_wmi_use_prefix_string.patch + patches.fixes/hp_wmi_add_media_key.patch + ######################################################## # CPUFREQ ######################################################## @@ -296,6 +302,8 @@ # patches.suse/cpuidle-documentation patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch + patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch + ######################################################## # AGP, graphics related stuff ######################################################## @@ -331,6 +339,7 @@ ######################################################## # cifs patches ######################################################## + patches.fixes/cifs-fix-oops-due-to-null-nameidata ######################################################## # ext2/ext3 @@ -348,7 +357,6 @@ ######################################################## patches.suse/reiserfs-barrier-default patches.fixes/reiserfs-remove-2-tb-file-size-limit - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv ######################################################## # dlm @@ -714,6 +722,8 @@ patches.trace/utrace-core + patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch + +needs_update-32 patches.fixes/nfs-write.c-bug-removal.patch patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch @@ -824,12 +834,14 @@ patches.xen/xen3-patch-2.6.34-rc2 patches.xen/xen3-patch-2.6.34-rc2-rc3 patches.xen/xen3-patch-2.6.34-rc3-rc4 + patches.xen/xen3-patch-2.6.34-rc5-git8 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-kdb-x86 patches.xen/xen3-stack-unwind patches.xen/xen3-x86_64-unwind-annotations + patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch # bugfixes and enhancements patches.xen/xen-balloon-max-target @@ -858,9 +870,10 @@ patches.xen/xen-netback-multiple-tasklets patches.xen/xen-netback-kernel-threads patches.xen/xen-netfront-ethtool - patches.xen/xen-unpriv-build - patches.xen/xen-floppy patches.xen/xen-dcdbas + patches.xen/xen-floppy + patches.xen/xen-kzalloc + patches.xen/xen-unpriv-build patches.xen/xen-x86-panic-no-reboot patches.xen/xen-x86-dcr-fallback patches.xen/xen-x86-consistent-nmi @@ -874,4 +887,3 @@ patches.xen/xen-x86_64-pgd-alloc-order patches.xen/xen-x86_64-dump-user-pgt patches.xen/xen-x86_64-note-init-p2m - patches.xen/xen-x86_64-kern_addr_valid diff --git a/source-timestamp b/source-timestamp index 934ce7b5..06fcb17a 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2010-04-22 21:18:20 +0200 -GIT Revision: 72f7d49ac45380c1b71bd38e86c3bbf74577b9f6 +2010-05-04 23:21:35 +0200 +GIT Revision: d88bb9f71e52b96b64962ad9581f008ae569dae6 GIT Branch: master