diff --git a/config.tar.bz2 b/config.tar.bz2 index 159a8d20..cb9ff305 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:321ffc6340c4855f7b3da364088050d88bc37263c1d839e8d7d3e04ea74b2c65 -size 308377 +oid sha256:32d370794fc2c420b8067500c8be18f537bd0a55d1c14a2cec9f37ecd9338ce5 +size 308444 diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in index ade20c1d..b514f984 100644 --- a/kernel-binary.spec.in +++ b/kernel-binary.spec.in @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-cubox.changes b/kernel-cubox.changes index 81d89207..192ba64e 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-cubox.spec b/kernel-cubox.spec index 6f447aa5..f9c9ce30 100644 --- a/kernel-cubox.spec +++ b/kernel-cubox.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-debug.changes b/kernel-debug.changes index 81d89207..192ba64e 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index 74cd767a..3787c398 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-default.changes b/kernel-default.changes index 81d89207..192ba64e 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index dc286e61..b1271cf1 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 81d89207..192ba64e 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-desktop.spec b/kernel-desktop.spec index fecaf4ff..f48a8bee 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-docs.changes b/kernel-docs.changes index 81d89207..192ba64e 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 81d89207..192ba64e 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 3c4682f2..c1fef60f 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-exynos.changes b/kernel-exynos.changes index 81d89207..192ba64e 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-exynos.spec b/kernel-exynos.spec index a958fd44..41c93a74 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-imx51.changes b/kernel-imx51.changes index 81d89207..192ba64e 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-imx51.spec b/kernel-imx51.spec index 024e3838..e91722c3 100644 --- a/kernel-imx51.spec +++ b/kernel-imx51.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-omap2plus.changes b/kernel-omap2plus.changes index 81d89207..192ba64e 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-omap2plus.spec b/kernel-omap2plus.spec index bde959d5..54929c89 100644 --- a/kernel-omap2plus.spec +++ b/kernel-omap2plus.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-pae.changes b/kernel-pae.changes index 81d89207..192ba64e 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index 0c023ebd..f94bde39 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 81d89207..192ba64e 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 3179d92a..6680aaac 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-s390.changes b/kernel-s390.changes index 81d89207..192ba64e 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-s390.spec b/kernel-s390.spec index 026185f0..72341384 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-source.changes b/kernel-source.changes index 81d89207..192ba64e 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-syms.changes b/kernel-syms.changes index 81d89207..192ba64e 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-tegra.changes b/kernel-tegra.changes index 81d89207..192ba64e 100644 --- a/kernel-tegra.changes +++ b/kernel-tegra.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-tegra.spec b/kernel-tegra.spec index b30fe266..343d877e 100644 --- a/kernel-tegra.spec +++ b/kernel-tegra.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-trace.changes b/kernel-trace.changes index 81d89207..192ba64e 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index 5ea98c21..da0aea45 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-u8500.changes b/kernel-u8500.changes index 81d89207..192ba64e 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-u8500.spec b/kernel-u8500.spec index b5f8979b..2e33eb4d 100644 --- a/kernel-u8500.spec +++ b/kernel-u8500.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 81d89207..192ba64e 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 684fa900..9a9c8fe2 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/kernel-xen.changes b/kernel-xen.changes index 81d89207..192ba64e 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com + +- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559). +- commit 2f75710 + +------------------------------------------------------------------- +Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de + +- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs + (bnc#772923). +- ALSA: hda - Fix polarity of mute LED on HP Mini 210 + (bnc#772923). +- commit f3c90ee + +------------------------------------------------------------------- +Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com + +- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559). + On flavors where USBHID is built-in statically, we want HID_GENERIC to + be built statically as well. This, notably, includes i386/x86_64's desktop + flavors. +- commit 6d995bc + +------------------------------------------------------------------- +Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com + +- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.) +- commit 104f550 + +------------------------------------------------------------------- +Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de + +- Drivers: hv: Cleanup the guest ID computation. +- hyperv: Add a check for ring_size value. +- hyperv: Add error handling to rndis_filter_device_add(). +- Drivers: hv: Change the hex constant to a decimal constant. +- hyperv: Add support for setting MAC from within guests. +- commit 73d4430 + +------------------------------------------------------------------- +Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de + +- ACPI: Only count valid srat memory structures (bnc#757888). +- ACPI: Untangle a return statement for better readability + (bnc#757888). +- commit 876d6b9 + +------------------------------------------------------------------- +Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de + +- Refresh patches.suse/SUSE-bootsplash. + Fix wrong vfree() (bnc#773406) +- commit a637a16 + +------------------------------------------------------------------- +Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de + +- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device. + This feature was dropped from 12.2/FACTORY packages due to instability + (bnc#768506,bnc#765524) +- commit 940e57e + ------------------------------------------------------------------- Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de diff --git a/kernel-xen.spec b/kernel-xen.spec index 2bfb13f0..b74b985e 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4 # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 -Requires(post): mkinitrd +Requires(post): mkinitrd >= 2.7.1 # Install the package providing /etc/SuSE-release early enough, so that # the grub entry has correct title (bnc#757565) Requires(post): distribution-release diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index 4079eec7..01f74340 100644 --- a/patches.arch.tar.bz2 +++ b/patches.arch.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9acfa4b6b78c56e9ccc7c5af72a62d022cf8ad58c41a60989316d9bf6d5dcc1e -size 83917 +oid sha256:55659b26bae5d1e40cc1cc205c45c83887fcf1c0fb84484dc102c248582e4ac6 +size 85185 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 9948d56c..3e0f5a89 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:619ef39090dd94d4bc23c0d27eb5a105c9fdedb9b920d7ad4672a137b053ca67 -size 11957 +oid sha256:6aa5d143b0a15a3c6d41ddb8fafc70d2dc6708416819a0aa1d53ca9a4d8e6003 +size 11068 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 36af2de4..533a8659 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:884c3366dcceec12a254734a6044e078913ef95ba3934c134e6be57354e74a1f -size 125770 +oid sha256:7fbed8da36516e1b79374d9e9bbe79ef37e7deeadd864420d8bc7af18fb41cdf +size 130033 diff --git a/series.conf b/series.conf index 20ecef40..ce6f4b97 100644 --- a/series.conf +++ b/series.conf @@ -208,6 +208,9 @@ +trenn patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch +trenn patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch + patches.arch/srat_parsing_redo_return.patch + patches.arch/acpi_fix_empty_srat_mem_declarations.patch + ######################################################## # CPUFREQ ######################################################## @@ -225,6 +228,11 @@ ######################################################## # Suse specific stuff ######################################################## + patches.suse/msft-hv-0361-hyperv-Add-support-for-setting-MAC-from-within-guest.patch + patches.suse/msft-hv-0362-Drivers-hv-Change-the-hex-constant-to-a-decimal-cons.patch + patches.suse/msft-hv-0363-hyperv-Add-error-handling-to-rndis_filter_device_add.patch + patches.suse/msft-hv-0364-hyperv-Add-a-check-for-ring_size-value.patch + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch patches.fixes/hv-storvsc-reset-wait.patch ######################################################## @@ -405,12 +413,13 @@ patches.suse/SUSE-bootsplash patches.drivers/elousb.patch patches.fixes/input-add-acer-aspire-5710-to-nomux.patch - patches.drivers/input-Add-LED-support-to-Synaptics-device ########################################################## # Sound ########################################################## patches.drivers/ALSA-hda-Fix-mute-LED-GPIO-setup-for-HP-Mini-210 + patches.drivers/ALSA-hda-Fix-polarity-of-mute-LED-on-HP-Mini-210 + patches.drivers/ALSA-hda-Fix-mute-LED-GPIO-initialization-for-IDT-co ######################################################## # Char / serial diff --git a/source-timestamp b/source-timestamp index 95a91a77..c50101fb 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2012-07-26 11:15:49 +0200 -GIT Revision: 79fb0adf4ae39de2a334eecac8cf04fb1a00e17a +2012-08-01 10:33:58 +0200 +GIT Revision: 0836370f1e9faf03d46e79723536389550923461 GIT Branch: stable