From c72ecd60757749e1b17521018ad39e3c5615c494a0ceb7f02ec1e761a9557d8f Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Thu, 13 Oct 2011 05:01:04 +0000 Subject: [PATCH] GIT Revision: c836841c92e5dddedad6b9283c93b1146d7d149b OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7142 --- kernel-debug.changes | 27 ++++++++++++++++++ kernel-debug.spec | 21 ++++++++++++++ kernel-default.changes | 27 ++++++++++++++++++ kernel-default.spec | 21 ++++++++++++++ kernel-desktop.changes | 27 ++++++++++++++++++ kernel-desktop.spec | 21 ++++++++++++++ kernel-docs.changes | 27 ++++++++++++++++++ kernel-docs.spec | 21 ++++++++++++++ kernel-ec2.changes | 27 ++++++++++++++++++ kernel-ec2.spec | 21 ++++++++++++++ kernel-pae.changes | 27 ++++++++++++++++++ kernel-pae.spec | 21 ++++++++++++++ kernel-ppc64.changes | 27 ++++++++++++++++++ kernel-ppc64.spec | 21 ++++++++++++++ kernel-s390.changes | 27 ++++++++++++++++++ kernel-s390.spec | 21 ++++++++++++++ kernel-source.changes | 27 ++++++++++++++++++ kernel-source.spec | 21 ++++++++++++++ kernel-syms.changes | 27 ++++++++++++++++++ kernel-syms.spec | 21 ++++++++++++++ kernel-trace.changes | 27 ++++++++++++++++++ kernel-trace.spec | 21 ++++++++++++++ kernel-vanilla.changes | 27 ++++++++++++++++++ kernel-vanilla.spec | 21 ++++++++++++++ kernel-xen.changes | 27 ++++++++++++++++++ kernel-xen.spec | 21 ++++++++++++++ patches.suse.tar.bz2 | 4 +-- patches.xen.tar.bz2 | 4 +-- series.conf | 62 +++++++++++++++++++++++++++++++++++++++++- source-timestamp | 4 +-- 30 files changed, 691 insertions(+), 7 deletions(-) diff --git a/kernel-debug.changes b/kernel-debug.changes index 0b4690e67..b0256b9b1 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de + +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 + +------------------------------------------------------------------- +Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de + +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf + ------------------------------------------------------------------- Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index 6e0f75e47..22b810b50 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -878,6 +878,27 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Oct 12 2011 ohering@suse.de +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 +* Wed Oct 12 2011 eich@suse.de +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf * Tue Oct 11 2011 jdelvare@suse.de - drm/radeon/kms: Fix I2C mask definitions (bnc#712023). - commit d4a7ce4 diff --git a/kernel-default.changes b/kernel-default.changes index 0b4690e67..b0256b9b1 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de + +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 + +------------------------------------------------------------------- +Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de + +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf + ------------------------------------------------------------------- Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index 60c0226c6..e1f4f31cb 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -891,6 +891,27 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Oct 12 2011 ohering@suse.de +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 +* Wed Oct 12 2011 eich@suse.de +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf * Tue Oct 11 2011 jdelvare@suse.de - drm/radeon/kms: Fix I2C mask definitions (bnc#712023). - commit d4a7ce4 diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 0b4690e67..b0256b9b1 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de + +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 + +------------------------------------------------------------------- +Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de + +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf + ------------------------------------------------------------------- Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de diff --git a/kernel-desktop.spec b/kernel-desktop.spec index a85f177a4..9b22c6c1c 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -911,6 +911,27 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Oct 12 2011 ohering@suse.de +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 +* Wed Oct 12 2011 eich@suse.de +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf * Tue Oct 11 2011 jdelvare@suse.de - drm/radeon/kms: Fix I2C mask definitions (bnc#712023). - commit d4a7ce4 diff --git a/kernel-docs.changes b/kernel-docs.changes index 0b4690e67..b0256b9b1 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de + +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 + +------------------------------------------------------------------- +Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de + +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf + ------------------------------------------------------------------- Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de diff --git a/kernel-docs.spec b/kernel-docs.spec index 62e4e3ccb..32dfc0211 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -99,6 +99,27 @@ rm -rf $RPM_BUILD_ROOT /usr/share/doc/kernel %changelog +* Wed Oct 12 2011 ohering@suse.de +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 +* Wed Oct 12 2011 eich@suse.de +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf * Tue Oct 11 2011 jdelvare@suse.de - drm/radeon/kms: Fix I2C mask definitions (bnc#712023). - commit d4a7ce4 diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 0b4690e67..b0256b9b1 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de + +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 + +------------------------------------------------------------------- +Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de + +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf + ------------------------------------------------------------------- Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 131f9760e..3fd3433d5 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -881,6 +881,27 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Oct 12 2011 ohering@suse.de +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 +* Wed Oct 12 2011 eich@suse.de +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf * Tue Oct 11 2011 jdelvare@suse.de - drm/radeon/kms: Fix I2C mask definitions (bnc#712023). - commit d4a7ce4 diff --git a/kernel-pae.changes b/kernel-pae.changes index 0b4690e67..b0256b9b1 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de + +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 + +------------------------------------------------------------------- +Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de + +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf + ------------------------------------------------------------------- Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index 558fcd98d..49dfc76ca 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -896,6 +896,27 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Oct 12 2011 ohering@suse.de +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 +* Wed Oct 12 2011 eich@suse.de +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf * Tue Oct 11 2011 jdelvare@suse.de - drm/radeon/kms: Fix I2C mask definitions (bnc#712023). - commit d4a7ce4 diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 0b4690e67..b0256b9b1 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de + +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 + +------------------------------------------------------------------- +Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de + +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf + ------------------------------------------------------------------- Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index d2e1a83b1..dac776d45 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -900,6 +900,27 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Oct 12 2011 ohering@suse.de +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 +* Wed Oct 12 2011 eich@suse.de +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf * Tue Oct 11 2011 jdelvare@suse.de - drm/radeon/kms: Fix I2C mask definitions (bnc#712023). - commit d4a7ce4 diff --git a/kernel-s390.changes b/kernel-s390.changes index 0b4690e67..b0256b9b1 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de + +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 + +------------------------------------------------------------------- +Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de + +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf + ------------------------------------------------------------------- Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de diff --git a/kernel-s390.spec b/kernel-s390.spec index 3d79fa0d3..ef7cab496 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -875,6 +875,27 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Oct 12 2011 ohering@suse.de +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 +* Wed Oct 12 2011 eich@suse.de +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf * Tue Oct 11 2011 jdelvare@suse.de - drm/radeon/kms: Fix I2C mask definitions (bnc#712023). - commit d4a7ce4 diff --git a/kernel-source.changes b/kernel-source.changes index 0b4690e67..b0256b9b1 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de + +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 + +------------------------------------------------------------------- +Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de + +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf + ------------------------------------------------------------------- Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index e02881175..e125b0d0c 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -256,6 +256,27 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts" %endif %changelog +* Wed Oct 12 2011 ohering@suse.de +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 +* Wed Oct 12 2011 eich@suse.de +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf * Tue Oct 11 2011 jdelvare@suse.de - drm/radeon/kms: Fix I2C mask definitions (bnc#712023). - commit d4a7ce4 diff --git a/kernel-syms.changes b/kernel-syms.changes index 0b4690e67..b0256b9b1 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de + +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 + +------------------------------------------------------------------- +Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de + +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf + ------------------------------------------------------------------- Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index 02c2745e9..eb3cc5430 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -81,6 +81,27 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE %changelog +* Wed Oct 12 2011 ohering@suse.de +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 +* Wed Oct 12 2011 eich@suse.de +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf * Tue Oct 11 2011 jdelvare@suse.de - drm/radeon/kms: Fix I2C mask definitions (bnc#712023). - commit d4a7ce4 diff --git a/kernel-trace.changes b/kernel-trace.changes index 0b4690e67..b0256b9b1 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de + +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 + +------------------------------------------------------------------- +Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de + +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf + ------------------------------------------------------------------- Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index 0e2cadece..62d940a23 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -883,6 +883,27 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Oct 12 2011 ohering@suse.de +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 +* Wed Oct 12 2011 eich@suse.de +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf * Tue Oct 11 2011 jdelvare@suse.de - drm/radeon/kms: Fix I2C mask definitions (bnc#712023). - commit d4a7ce4 diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 0b4690e67..b0256b9b1 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de + +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 + +------------------------------------------------------------------- +Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de + +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf + ------------------------------------------------------------------- Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 02bc5148f..24d3f54c4 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -879,6 +879,27 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Oct 12 2011 ohering@suse.de +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 +* Wed Oct 12 2011 eich@suse.de +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf * Tue Oct 11 2011 jdelvare@suse.de - drm/radeon/kms: Fix I2C mask definitions (bnc#712023). - commit d4a7ce4 diff --git a/kernel-xen.changes b/kernel-xen.changes index 0b4690e67..b0256b9b1 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de + +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 + +------------------------------------------------------------------- +Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de + +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf + ------------------------------------------------------------------- Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de diff --git a/kernel-xen.spec b/kernel-xen.spec index 0bb7efff6..f33ed0074 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -881,6 +881,27 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Oct 12 2011 ohering@suse.de +- Various updates for hv drivers, which fix also the hv_mouse driver +- staging: hv: storvsc: ignore SET_WINDOWN scsi command + (bnc#722646). +- staging/hv: advertise hv_storvsc instead of storvsc as sysfs + driver name (bnc#716708). +- staging/hv: fill scsi/proc_name for the sake of mkinitrd + (bnc#716708). +- Staging: hv: util: Invoke cn_netlink_send() in a work context. +- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch. +- Refresh patches.xen/xen3-patch-2.6.32. +- Delete patches.suse/staging-hv-vmbus-modalias-show.patch. +- commit c836841 +* Wed Oct 12 2011 eich@suse.de +- SUSE-bootsplash: Don't crash when splash is turned off. + Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL) + but someone tries to manipulate the splash image thru the /proc interface. + All other functions in render.c seem to be save - ie. upper level code + already protects them from being called if the splash_data member is NULL + (bnc #718666). +- commit 2fc2aaf * Tue Oct 11 2011 jdelvare@suse.de - drm/radeon/kms: Fix I2C mask definitions (bnc#712023). - commit d4a7ce4 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 9b741565e..e8cd4b05a 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:e610220a30f1f26702088db8e216cbad0e8593da5bc0f911c98e1d0f87c1f0c4 -size 182889 +oid sha256:e51f85b5f19abb5575f9d108344bb8ef64842d675352eb5a6225513726c56795 +size 209008 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 7620b70d6..f6695b720 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bcb8e00b24e86b83b9003b5f0130a8d4cca1136011ae23f2d5cfeecc613e0f70 -size 2040333 +oid sha256:707ad153dc1b76be9d3e3324f063c49e67bea310d0edee31e212a3ebd18d3e9e +size 2040375 diff --git a/series.conf b/series.conf index 1cf151122..de00819c1 100644 --- a/series.conf +++ b/series.conf @@ -550,8 +550,68 @@ patches.suse/staging-hv-staging-next-20110829-0345-Staging-hv-mousevsc-Fix-checkpatch-errors-and-war.patch patches.suse/staging-hv-staging-next-20110829-0346-Staging-hv-netvsc-return-negative-error-codes.patch - patches.suse/staging-hv-vmbus-modalias-show.patch + patches.suse/staging-hv-staging-next-20111001-0051-Staging-hv-util-Deal-with-driver-register-failure.patch + patches.suse/staging-hv-staging-next-20111001-0052-Staging-hv-vmbus-Fix-a-bug-in-error-handling-in-v.patch + patches.suse/staging-hv-staging-next-20111001-0053-Staging-hv-vmbus-Check-for-events-before-messages.patch + patches.suse/staging-hv-staging-next-20111001-0054-Staging-hv-vmbus-Cleanup-the-code-in-process_chn_.patch + patches.suse/staging-hv-staging-next-20111001-0055-staging-hv-remove-unnecessary-includes-in-netvsc.patch + patches.suse/staging-hv-staging-next-20111001-0056-staging-hv-add-newline-to-log-messages-in-netvsc.patch + patches.suse/staging-hv-staging-next-20111001-0057-staging-hv-convert-dev_-loglevel-to-netdev_-logle.patch + patches.suse/staging-hv-staging-next-20111001-0058-staging-hv-fix-a-kernel-warning-in-netvsc_linkstat.patch + patches.suse/staging-hv-staging-next-20111001-0059-staging-hv-re-order-the-code-in-netvsc_probe.patch + patches.suse/staging-hv-staging-next-20111001-0060-staging-hv-fix-counting-of-outstanding-sends-in-f.patch + patches.suse/staging-hv-staging-next-20111001-0061-staging-hv-fix-counting-of-available-buffer-slots.patch + patches.suse/staging-hv-staging-next-20111001-0062-staging-hv-fix-the-return-status-of-netvsc_start_x.patch + patches.suse/staging-hv-staging-next-20111001-0063-staging-hv-fix-the-page-buffer-when-rndis-data-go.patch + patches.suse/staging-hv-staging-next-20111001-0064-staging-hv-fix-some-typos-in-netvsc.c.patch + patches.suse/staging-hv-staging-next-20111001-0065-Staging-hv-Update-TODO-file.patch + patches.suse/staging-hv-staging-next-20111001-0066-Staging-hv-vmbus-Show-the-modalias-in-sys-bus-vm.patch + patches.suse/staging-hv-staging-next-20111001-0129-Staging-hv-Add-support-for-2-TB-LUN-in-storage-dr.patch + patches.suse/staging-hv-staging-next-20111001-0243-Staging-hv-vmbus-Rename-vmbus_child_device_create.patch + patches.suse/staging-hv-staging-next-20111001-0244-Staging-hv-vmbus-Rename-vmbus_child_device_regist.patch + patches.suse/staging-hv-staging-next-20111001-0245-Staging-hv-vmbus-Rename-vmbus_child_device_unregi.patch + patches.suse/staging-hv-staging-next-20111001-0246-Staging-hv-vmbus-Cleanup-dated-comments-in-channe.patch + patches.suse/staging-hv-staging-next-20111001-0293-Staging-hv-vmbus-Introduce-a-utility-function-to.patch + patches.suse/staging-hv-staging-next-20111001-0294-Staging-hv-vmbus-Change-the-signature-of-struct-h.patch + patches.suse/staging-hv-staging-next-20111001-0295-Staging-hv-storvsc-Use-the-driver_data-to-identif.patch + patches.suse/staging-hv-staging-next-20111001-0296-Staging-hv-vmbus-Introduce-functions-for-setting.patch + patches.suse/staging-hv-staging-next-20111001-0297-Staging-hv-vmbus-Cleanup-vmbus_remove.patch + patches.suse/staging-hv-staging-next-20111001-0298-Staging-hv-storvsc-Get-rid-of-storvsc_dev_add-b.patch + patches.suse/staging-hv-staging-next-20111001-0299-Staging-hv-storvsc-Get-rid-of-alloc_stor_device.patch + patches.suse/staging-hv-staging-next-20111001-0300-Staging-hv-storvsc-Get-rid-of-some-unnecessary-st.patch + patches.suse/staging-hv-staging-next-20111001-0301-Staging-hv-storvsc-Eliminate-the-usage-of-ext-fie.patch + patches.suse/staging-hv-staging-next-20111001-0302-Staging-hv-netvsc-Get-rid-of-the-usage-of-the-ext.patch + patches.suse/staging-hv-staging-next-20111001-0303-Staging-hv-mousevsc-Get-rid-of-the-usage-of-the-e.patch + patches.suse/staging-hv-staging-next-20111001-0304-Staging-hv-vmbus-Get-rid-of-the-ext-field-in-stru.patch + patches.suse/staging-hv-staging-next-20111001-0305-Staging-hv-vmbus-Do-not-allocate-struct-hv_device.patch + patches.suse/staging-hv-staging-next-20111001-0306-Staging-hv-vmbus-Get-rid-of-the-module-dependency.patch + patches.suse/staging-hv-staging-next-20111001-0307-Staging-hv-netvsc-Rename-netDevice-as-net_device.patch + patches.suse/staging-hv-staging-next-20111001-0308-Staging-hv-netvsc-Rename-rndisDevice-to-rndis_dev.patch + patches.suse/staging-hv-staging-next-20111001-0309-Staging-hv-netvsc-Rename-deviceInfo-as-device_inf.patch + patches.suse/staging-hv-staging-next-20111001-0310-Staging-hv-netvsc-Cleanup-the-name-and-type-of-li.patch + patches.suse/staging-hv-staging-next-20111001-0421-Staging-hv-util-Perform-some-service-specific-ini.patch + patches.suse/staging-hv-staging-next-20111001-0422-Staging-hv-util-Properly-handle-util-services-in.patch + patches.suse/staging-hv-staging-next-20111001-0423-Staging-hv-vmbus-Get-rid-of-hv_cb_utils-and-oth.patch + patches.suse/staging-hv-staging-next-20111001-0476-Staging-hv-Update-the-TODO-file.patch + patches.suse/staging-hv-staging-next-20111001-0479-staging-hv-remove-the-carrier-status-check-from-ne.patch + patches.suse/staging-hv-staging-next-20111001-0579-Staging-hv-mousevsc-Fixup-struct-hv_input_dev_inf.patch + patches.suse/staging-hv-staging-next-20111001-0580-Staging-hv-mousevsc-Get-rid-of-the-struct-input_d.patch + patches.suse/staging-hv-staging-next-20111001-0581-Staging-hv-mousevsc-Fixup-some-bogus-WARN_ON-ca.patch + patches.suse/staging-hv-staging-next-20111001-0582-Staging-hv-mousevsc-Change-the-allocation-flags-t.patch + patches.suse/staging-hv-staging-next-20111001-0583-Staging-hv-mousevsc-Handle-the-case-where-we-may.patch + patches.suse/staging-hv-staging-next-20111001-0584-Staging-hv-mousevsc-Correctly-initialize-the-head.patch + + patches.suse/staging-hv-util-fix-a-bug-in-kvp-implementation.patch + patches.suse/staging-hv-util-invoke-cn_netlink_send-in-a-work-context.patch + patches.suse/staging-hv-netvsc-rndis_filter_receive-dereferencing-issue.patch + + patches.suse/staging-hv-storvsc-scsi-proc_name.patch + patches.suse/staging-hv-netvsc-module-name.patch + patches.suse/staging-hv-storvsc-module-name.patch patches.suse/staging-hv-pata_piix-ignore-disks.patch + patches.suse/staging-hv-bind-hv_blkkvsc-to-hv_storvsc.patch + patches.suse/staging-hv-storvsc-ignore-SET_WINDOW.patch + patches.fixes/parport-mutex patches.suse/no-partition-scan diff --git a/source-timestamp b/source-timestamp index 903a021ab..f9379b618 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2011-10-11 14:56:37 +0200 -GIT Revision: d4a7ce4367bc69f763c0e016ba8a34efcbe85026 +2011-10-12 21:56:23 +0200 +GIT Revision: c836841c92e5dddedad6b9283c93b1146d7d149b GIT Branch: master