From 6bb7c94422eca822cdbdd5cae537899f04425171ed78a9c7f20dec4d6d44fbdb Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Tue, 12 Jun 2012 05:03:20 +0000 Subject: [PATCH] GIT Revision: 5060cd8c73f6e01796ea916eb9f2323053accc9e OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=128 --- kernel-binary.spec.in | 4 ++-- kernel-debug.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-debug.spec | 4 ++-- kernel-default.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-default.spec | 4 ++-- kernel-desktop.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-desktop.spec | 4 ++-- kernel-docs.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-ec2.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-ec2.spec | 4 ++-- kernel-imx51.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-imx51.spec | 4 ++-- kernel-omap2plus.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-omap2plus.spec | 4 ++-- kernel-pae.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-pae.spec | 4 ++-- kernel-ppc64.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-ppc64.spec | 4 ++-- kernel-s390.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-s390.spec | 4 ++-- kernel-source.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-syms.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-tegra.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-tegra.spec | 4 ++-- kernel-trace.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-trace.spec | 4 ++-- kernel-u8500.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-u8500.spec | 4 ++-- kernel-vanilla.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-vanilla.spec | 4 ++-- kernel-xen.changes | 44 ++++++++++++++++++++++++++++++++++++++-- kernel-xen.spec | 4 ++-- patches.drivers.tar.bz2 | 4 ++-- patches.suse.tar.bz2 | 4 ++-- series.conf | 9 ++++++++ source-timestamp | 4 ++-- 36 files changed, 759 insertions(+), 70 deletions(-) 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 f8fa0acf..8dc7249c 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 0c9ad0e1..4bac17a0 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -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 f8fa0acf..8dc7249c 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 86932960..ac7ad1b8 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -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 f8fa0acf..8dc7249c 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 0a9647bd..b95712a4 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -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 f8fa0acf..8dc7249c 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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.changes b/kernel-ec2.changes index f8fa0acf..8dc7249c 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 a1cb6513..5acabd8a 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -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 f8fa0acf..8dc7249c 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 b9c66c51..9b103aa8 100644 --- a/kernel-imx51.spec +++ b/kernel-imx51.spec @@ -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 f8fa0acf..8dc7249c 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 8e669694..f30033f7 100644 --- a/kernel-omap2plus.spec +++ b/kernel-omap2plus.spec @@ -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 f8fa0acf..8dc7249c 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 23e7e8bd..34b0c19d 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -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 f8fa0acf..8dc7249c 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 a7dd452c..ac1b2d15 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -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 f8fa0acf..8dc7249c 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 b41449c3..b0195c0a 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -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 f8fa0acf..8dc7249c 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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.changes b/kernel-syms.changes index f8fa0acf..8dc7249c 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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.changes b/kernel-tegra.changes index f8fa0acf..8dc7249c 100644 --- a/kernel-tegra.changes +++ b/kernel-tegra.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 faeaf36d..9128938f 100644 --- a/kernel-tegra.spec +++ b/kernel-tegra.spec @@ -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 f8fa0acf..8dc7249c 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 3f3b475d..17130c92 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -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 f8fa0acf..8dc7249c 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 add1ca9c..0ce87534 100644 --- a/kernel-u8500.spec +++ b/kernel-u8500.spec @@ -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 f8fa0acf..8dc7249c 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 584c5126..dc69cbe8 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -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 f8fa0acf..8dc7249c 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -2,13 +2,47 @@ Sat Jun 9 19:55:14 CEST 2012 - jslaby@suse.cz - Linux 3.4.2. -- commit 3289d5d +- 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 0a45597 +- Linux 3.4.1. +- commit 4415495 ------------------------------------------------------------------- Mon Jun 4 12:19:27 CEST 2012 - tiwai@suse.de @@ -48,6 +82,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de 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 6faf98f9..a479b20c 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -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/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 9fbb9552..594af731 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:4a720c6d4a2d51cbec624554952ab1ef764513db5535ce6f4e1694791a177670 +size 9275 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 1ab9afe6..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:21fbf036beee6b799f1bd669c1634097aa12c2a15c7aeae9f5ce49b97488c3cc -size 128341 +oid sha256:a1a8630605b2c95a9025f8a1bcf8fa5c1256153e8ba6343aad1f925fec50a6cd +size 140701 diff --git a/series.conf b/series.conf index 28eaf898..cd85cc10 100644 --- a/series.conf +++ b/series.conf @@ -240,6 +240,15 @@ # Suse specific stuff ######################################################## 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 39045a4e..4c9b0a2b 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2012-06-09 19:55:14 +0200 -GIT Revision: 3289d5d41906c8fd388ae202862257400c0a841d +2012-06-11 14:21:13 +0200 +GIT Revision: 5060cd8c73f6e01796ea916eb9f2323053accc9e GIT Branch: stable