1
0
forked from pool/kernel-source

GIT Revision: c836841c92e5dddedad6b9283c93b1146d7d149b

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7142
This commit is contained in:
Michal Marek
2011-10-13 05:01:04 +00:00
committed by Git OBS Bridge
parent 14f28806ed
commit c72ecd6075
30 changed files with 691 additions and 7 deletions

View File

@@ -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