diff --git a/config-options.changes.txt b/config-options.changes.txt index a04b70fa..f795c576 100644 --- a/config-options.changes.txt +++ b/config-options.changes.txt @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 14 16:50:35 CEST 2010 - jbeulich@suse.com + +- {i386,x86_64}/*: ATA_PIIX=m. + ------------------------------------------------------------------- Tue Dec 13 13:32:40 UTC 2011 - agraf@suse.com diff --git a/config.tar.bz2 b/config.tar.bz2 index b1765854..e1f4dab5 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:522949d4aab340b89bb07fc61fdd24589b66eb43a41c2dec4733b827f8c6f91c -size 291806 +oid sha256:d05818eb01604e2e4b1acac37400ae35b4c8314b6c7ce3f9a9b696c144c9f395 +size 292240 diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in index 8a32a472..4c53db89 100644 --- a/kernel-binary.spec.in +++ b/kernel-binary.spec.in @@ -673,8 +673,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-debug.changes b/kernel-debug.changes index d9aab263..6510d69b 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index ce845524..4bac17a0 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -752,8 +752,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-default.changes b/kernel-default.changes index d9aab263..6510d69b 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 1ad493e8..ac7ad1b8 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-default Summary: The Standard Kernel -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -767,8 +767,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-desktop.changes b/kernel-desktop.changes index d9aab263..6510d69b 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-desktop.spec b/kernel-desktop.spec index a3f8f87d..b95712a4 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -761,8 +761,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-docs.changes b/kernel-docs.changes index d9aab263..6510d69b 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index f8c78021..9f3c6f0b 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,14 +17,14 @@ # norootforbuild -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros Name: kernel-docs Summary: Kernel Documentation -Version: 3.4.0 +Version: 3.4.2 Release: 0 BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: kernel-source%variant diff --git a/kernel-ec2.changes b/kernel-ec2.changes index d9aab263..6510d69b 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 6bc0f3de..5acabd8a 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-ec2 Summary: The Amazon EC2 Xen Kernel -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -751,8 +751,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-imx51.changes b/kernel-imx51.changes index d9aab263..6510d69b 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-imx51.spec b/kernel-imx51.spec index 8b96c444..9b103aa8 100644 --- a/kernel-imx51.spec +++ b/kernel-imx51.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-imx51 Summary: Kernel for Freescale's iMX SoC -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -749,8 +749,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-omap2plus.changes b/kernel-omap2plus.changes index d9aab263..6510d69b 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-omap2plus.spec b/kernel-omap2plus.spec index 24665f73..f30033f7 100644 --- a/kernel-omap2plus.spec +++ b/kernel-omap2plus.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-omap2plus Summary: Kernel for Texas instrument's OMAP SoC -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -749,8 +749,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-pae.changes b/kernel-pae.changes index d9aab263..6510d69b 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index 153ae851..34b0c19d 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-pae Summary: Kernel with PAE Support -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -758,8 +758,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index d9aab263..6510d69b 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index a577d5a2..ac1b2d15 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-ppc64 Summary: Kernel for ppc64 Systems -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -762,8 +762,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-s390.changes b/kernel-s390.changes index d9aab263..6510d69b 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-s390.spec b/kernel-s390.spec index a5587c33..b0195c0a 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-s390 Summary: The Standard Kernel -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -751,8 +751,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-source.changes b/kernel-source.changes index d9aab263..6510d69b 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index 5a0e3fec..ef1ed59e 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -19,7 +19,7 @@ # icecream 0 %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -29,7 +29,7 @@ Name: kernel-source Summary: The Linux Kernel Sources -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: Development/Sources diff --git a/kernel-syms.changes b/kernel-syms.changes index d9aab263..6510d69b 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 317e7f27..ec9d143b 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -23,7 +23,7 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) -Version: 3.4.0 +Version: 3.4.2 %if %using_buildservice Release: 0 %else diff --git a/kernel-tegra.changes b/kernel-tegra.changes index d9aab263..6510d69b 100644 --- a/kernel-tegra.changes +++ b/kernel-tegra.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-tegra.spec b/kernel-tegra.spec index 7c89ba1b..9128938f 100644 --- a/kernel-tegra.spec +++ b/kernel-tegra.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-tegra Summary: Kernel for Nvidia's Tegra SoC -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -749,8 +749,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-trace.changes b/kernel-trace.changes index d9aab263..6510d69b 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-trace.spec b/kernel-trace.spec index 83523993..17130c92 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -759,8 +759,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-u8500.changes b/kernel-u8500.changes index d9aab263..6510d69b 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-u8500.spec b/kernel-u8500.spec index 48c02051..0ce87534 100644 --- a/kernel-u8500.spec +++ b/kernel-u8500.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-u8500 Summary: Kernel for ST-Ericsson's Nova SoC -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -749,8 +749,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index d9aab263..6510d69b 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 43fcde08..dc69cbe8 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -755,8 +755,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/kernel-xen.changes b/kernel-xen.changes index d9aab263..6510d69b 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com + +- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525). + When rtc_cmos is module, hctosys fails to set the clock on boot, issuing + ominious error messages to the console. +- commit a3aa67c + +------------------------------------------------------------------- +Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com + +- Update x86 config files (ATA_PIIX=m, bnc#766284). +- commit 8677f43 + +------------------------------------------------------------------- +Thu Jun 14 12:26:54 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Add product ID 0x84 that may have the LED support (bnc#764339) +- commit 6e5a834 + +------------------------------------------------------------------- +Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.2. +- commit 16fc260 + +------------------------------------------------------------------- +Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Use depends instead of reverse selection for avoiding the inconsitent + Kconfig state. +- commit 316d77d + +------------------------------------------------------------------- +Wed Jun 6 17:03:02 CEST 2012 - tiwai@suse.de + +- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device. + Fix the detection of LED on the recent HP laptops (bnc#765524) +- commit 27c3276 + +------------------------------------------------------------------- +Tue Jun 5 17:12:21 CEST 2012 - ohering@suse.de + +- usb/net: rndis: merge command codes. + only net/hyperv part +- usb/net: rndis: remove ambigous status codes. + only net/hyperv part +- usb/net: rndis: break out defines. + only net/hyperv part +- net/hyperv: Add flow control based on hi/low watermark. +- hv: fix return type of hv_post_message(). +- Drivers: hv: util: Properly handle version negotiations. +- Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp(). +- HID: hyperv: Set the hid drvdata correctly. +- HID: hid-hyperv: Do not use hid_parse_report() directly. +- commit cfebefe + +------------------------------------------------------------------- +Mon Jun 4 22:16:11 CEST 2012 - jslaby@suse.cz + +- Linux 3.4.1. +- commit 4415495 + +------------------------------------------------------------------- +Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de + +- [SCSI] storvsc: Properly handle errors from the host + (bnc#747404). +- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch. +- commit ad28e23 + +------------------------------------------------------------------- +Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de + +- Update config files: Use CONFIG_SND_HDA_INPUT_BEEP=1 instead of 2 + The mode 2 was an ugly hack and shouldn't have been set, but it was so + changed since some time ago... +- commit 86629f1 + +------------------------------------------------------------------- +Fri Jun 1 15:44:20 CEST 2012 - guillaume.gardet@oliseo.fr + +- Update ARM configs +- commit 550ef37 + +------------------------------------------------------------------- +Thu May 31 15:34:22 CEST 2012 - ohering@suse.de + +- replace our version of this patch with upstream variant: + ata_piix: defer disks to the Hyper-V drivers by default + libata: add a host flag to ignore detected ATA devices. +- commit bf70e35 + +------------------------------------------------------------------- +Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500) +- commit 5c85db8 + ------------------------------------------------------------------- Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz diff --git a/kernel-xen.spec b/kernel-xen.spec index 9dcb18fb..a479b20c 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 3.4 -%define patchversion 3.4.0 +%define patchversion 3.4.2 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-xen Summary: The Xen Kernel -Version: 3.4.0 +Version: 3.4.2 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -751,8 +751,8 @@ done # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. - echo '%%ghost /boot/initrd-%kernelrelease-kdump' - touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump + echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump' + touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ diff --git a/linux-3.4.tar.bz2 b/linux-3.4.tar.bz2 index e1ad3c7d..c2b3c683 100644 --- a/linux-3.4.tar.bz2 +++ b/linux-3.4.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78370c0181dd0cf11275f662b2877dd823f7895fee6016fde23c06f8cbeb65e4 -size 80174336 +oid sha256:a797a15d0b6228381507c14ecf4eec4a6cc5c77cfd521ba3b3e1325e85b5b16d +size 80173484 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 9fbb9552..f4036620 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:3ccb314e717dd582a4efd65544d83c11a2f06d98b9fb1cb50398f72235a4b52b -size 9278 +oid sha256:3d0ed21fe1e724d3d53fd57e667c23517c0dc820af772e1066894ba45f4e2fc9 +size 9274 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index d24bdeb8..f21ef0c5 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:9dde5510f9ad1aef9c1f1d3b2a8099a006fe55fdab5ebcf2c141624b999d057e -size 136 +oid sha256:630be153013b116b613511501ff330a60e19446f60818be00b00c586af7ffbb3 +size 53750 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 5723b4e3..4deda9bb 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:5f4a6142a606baf0f4515fb0ac28014e2cb2e75841588610111057c9a48a18dd -size 127747 +oid sha256:a1a8630605b2c95a9025f8a1bcf8fa5c1256153e8ba6343aad1f925fec50a6cd +size 140701 diff --git a/series.conf b/series.conf index cba7052e..cd85cc10 100644 --- a/series.conf +++ b/series.conf @@ -27,6 +27,8 @@ # DO NOT MODIFY THEM! # Send separate patches upstream if you find a problem... ######################################################## + patches.kernel.org/patch-3.4.1 + patches.kernel.org/patch-3.4.1-2 ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -237,7 +239,16 @@ ######################################################## # Suse specific stuff ######################################################## - patches.suse/suse-hv-storvsc-ignore-ata_16.patch + patches.suse/msft-hv-0349-SCSI-storvsc-Properly-handle-errors-from-the-host.patch + patches.suse/msft-hv-0350-HID-hid-hyperv-Do-not-use-hid_parse_report-directly.patch + patches.suse/msft-hv-0351-HID-hyperv-Set-the-hid-drvdata-correctly.patch + patches.suse/msft-hv-0352-Drivers-hv-Get-rid-of-an-unnecessary-check-in-vmbus_.patch + patches.suse/msft-hv-0353-Drivers-hv-util-Properly-handle-version-negotiations.patch + patches.suse/msft-hv-0354-hv-fix-return-type-of-hv_post_message.patch + patches.suse/msft-hv-0355-net-hyperv-Add-flow-control-based-on-hi-low-watermar.patch + patches.suse/msft-hv-0356-usb-net-rndis-break-out-linux-rndis.h-defines.patch + patches.suse/msft-hv-0357-usb-net-rndis-remove-ambigous-status-codes.patch + patches.suse/msft-hv-0358-usb-net-rndis-merge-command-codes.patch patches.suse/suse-hv-pata_piix-ignore-disks.patch patches.fixes/hv-storvsc-reset-wait.patch diff --git a/source-timestamp b/source-timestamp index 79a3ec7e..cb851112 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2012-05-29 11:23:22 +0200 -GIT Revision: 790f341fdd4859afb0b475ec3a69b10bfb845eee -GIT Branch: master +2012-06-14 19:07:01 +0200 +GIT Revision: a3aa67c1ba3ce009634b5d7616c108991441b4b2 +GIT Branch: openSUSE-12.2