1
0
forked from pool/kernel-source

GIT Revision: d77df1b9e2a08eb1b39e575a2db42f3c3b39382b

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7032
This commit is contained in:
Michal Marek 2011-09-02 05:00:54 +00:00 committed by Git OBS Bridge
parent 34961b067d
commit cd2350c231
25 changed files with 4094 additions and 5 deletions

View File

@ -1,3 +1,185 @@
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de

View File

@ -875,6 +875,185 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Sep 01 2011 ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
* Tue Aug 30 2011 jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.

View File

@ -1,3 +1,185 @@
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de

View File

@ -888,6 +888,185 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Sep 01 2011 ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
* Tue Aug 30 2011 jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.

View File

@ -1,3 +1,185 @@
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de

View File

@ -908,6 +908,185 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Sep 01 2011 ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
* Tue Aug 30 2011 jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.

View File

@ -1,3 +1,185 @@
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de

View File

@ -99,6 +99,185 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Thu Sep 01 2011 ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
* Tue Aug 30 2011 jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.

View File

@ -1,3 +1,185 @@
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de

View File

@ -893,6 +893,185 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Sep 01 2011 ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
* Tue Aug 30 2011 jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.

View File

@ -1,3 +1,185 @@
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de

View File

@ -897,6 +897,185 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Sep 01 2011 ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
* Tue Aug 30 2011 jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.

View File

@ -1,3 +1,185 @@
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de

View File

@ -872,6 +872,185 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Sep 01 2011 ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
* Tue Aug 30 2011 jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.

View File

@ -1,3 +1,185 @@
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de

View File

@ -255,6 +255,185 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Thu Sep 01 2011 ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
* Tue Aug 30 2011 jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.

View File

@ -1,3 +1,185 @@
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de

View File

@ -78,6 +78,185 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Thu Sep 01 2011 ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
* Tue Aug 30 2011 jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.

View File

@ -1,3 +1,185 @@
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de

View File

@ -880,6 +880,185 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Sep 01 2011 ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
* Tue Aug 30 2011 jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.

View File

@ -1,3 +1,185 @@
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de

View File

@ -876,6 +876,185 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Sep 01 2011 ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
* Tue Aug 30 2011 jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78bbae0f4653fadb600c88e42c7ecf17f4fdc2ed312c896da1b6ca5f315cbb1d
size 125002
oid sha256:3dbebb598fd6bcbcfe53aad4b6eb57e6ebb678c973845a778ef9d0fb2b336c37
size 179712

View File

@ -423,7 +423,125 @@
########################################################
# Other driver fixes
########################################################
patches.suse/staging-hv-vmbus-init-on-dmi-match.patch
# http://git.kernel.org/?p=linux/kernel/git/gregkh/staging-2.6.git;a=history;f=drivers/staging/hv;hb=refs/heads/staging-next
patches.suse/staging-hv-staging-next-20110825-0001-Staging-hv-vmbus-Don-t-wait-indefinitely-for-IRQ.patch
patches.suse/staging-hv-staging-next-20110825-0002-Staging-hv-tools-Fix-a-checkpatch-warning-in-hv_k.patch
patches.suse/staging-hv-staging-next-20110825-0003-Staging-hv-vmbus-Fix-checkpatch-warnings.patch
patches.suse/staging-hv-staging-next-20110825-0004-Staging-hv-util-kvp-Fix-the-reported-OSVersion-s.patch
patches.suse/staging-hv-staging-next-20110825-0005-Staging-hv-util-kvp-Cleanup-kvp_get_domain_name.patch
patches.suse/staging-hv-staging-next-20110825-0006-Staging-hv-Fix-macros-tab-errors-and-warning-in-d.patch
patches.suse/staging-hv-staging-next-20110825-0007-Staging-hv-vmbus-VMBUS-is-an-ACPI-enumerated-devi.patch
patches.suse/staging-hv-staging-next-20110825-0008-Staging-hv-Replace-struct-hv_guid-with-the-uuid-ty.patch
patches.suse/staging-hv-staging-next-20110825-0009-Staging-hv-vmbus-Introduce-vmbus-ID-space-in-stru.patch
patches.suse/staging-hv-staging-next-20110825-0010-Staging-hv-blkvsc-Use-the-newly-introduced-vmbus.patch
patches.suse/staging-hv-staging-next-20110825-0011-Staging-hv-storvsc-Use-the-newly-introduced-vmbus.patch
patches.suse/staging-hv-staging-next-20110825-0012-Staging-hv-netvsc-Use-the-newly-introduced-vmbus.patch
patches.suse/staging-hv-staging-next-20110825-0013-Staging-hv-mousevsc-Use-the-newly-introduced-vmbu.patch
patches.suse/staging-hv-staging-next-20110825-0014-Staging-hv-util-Make-hv_utils-a-vmbus-device-driv.patch
patches.suse/staging-hv-staging-next-20110825-0015-Staging-hv-create-VMBUS_DEVICE-macro-and-use-it.patch
patches.suse/staging-hv-staging-next-20110825-0016-Staging-hv-vmbus-Cleanup-vmbus_match.patch
patches.suse/staging-hv-staging-next-20110825-0017-Staging-hv-vmbus-Cleanup-vmbus_uevent-code.patch
patches.suse/staging-hv-staging-next-20110825-0018-Staging-hv-vmbus-Support-the-notion-of-id-tables.patch
patches.suse/staging-hv-staging-next-20110825-0019-Staging-hv-vmbus-Get-rid-of-an-unnecessary-includ.patch
patches.suse/staging-hv-staging-next-20110825-0020-Staging-hv-storvsc-Get-rid-of-the-DMI-signature.patch
patches.suse/staging-hv-staging-next-20110825-0021-Staging-hv-netvsc-Get-rid-of-the-PCI-signature.patch
patches.suse/staging-hv-staging-next-20110825-0022-Staging-hv-netvsc-Get-rid-of-the-DMI-signature-in.patch
patches.suse/staging-hv-staging-next-20110825-0023-Staging-hv-util-Get-rid-of-the-DMI-signature-in-h.patch
patches.suse/staging-hv-staging-next-20110825-0024-Staging-hv-util-Get-rid-of-the-PCI-signature-in-h.patch
patches.suse/staging-hv-staging-next-20110825-0025-Staging-hv-fix-up-driver-registering-mess.patch
patches.suse/staging-hv-staging-next-20110825-0026-Staging-hv-vmbus-Get-rid-of-some-unnecessary-comm.patch
patches.suse/staging-hv-staging-next-20110825-0027-Staging-hv-vmbus-Cleanup-unnecessary-comments-in.patch
patches.suse/staging-hv-staging-next-20110825-0028-Staging-hv-vmbus-Cleanup-error-handling-in-hv_ini.patch
patches.suse/staging-hv-staging-next-20110825-0029-Staging-hv-vmbus-Get-rid-of-unnecessay-comments-i.patch
patches.suse/staging-hv-staging-next-20110825-0030-Staging-hv-vmbus-Get-rid-of-the-function-dump_gpa.patch
patches.suse/staging-hv-staging-next-20110825-0031-Staging-hv-vmbus-Get-rid-of-the-function-dump_gpa.patch
patches.suse/staging-hv-staging-next-20110825-0032-Staging-hv-vmbus-Rename-openMsg-to-open_msg-in-ch.patch
patches.suse/staging-hv-staging-next-20110825-0033-Staging-hv-vmbus-Get-rid-of-unnecessary-comments.patch
patches.suse/staging-hv-staging-next-20110825-0034-Staging-hv-vmbus-Change-the-variable-name-openInf.patch
patches.suse/staging-hv-staging-next-20110825-0035-Staging-hv-vmbus-Cleanup-error-values-in-ringbuff.patch
patches.suse/staging-hv-staging-next-20110825-0036-Staging-hv-vmbus-Cleanup-the-error-return-value-i.patch
patches.suse/staging-hv-staging-next-20110825-0037-Staging-hv-netvsc-Get-rid-of-an-unnecessary-print.patch
patches.suse/staging-hv-staging-next-20110825-0038-Staging-hv-vmbus-Retry-vmbus_post_msg-before-gi.patch
patches.suse/staging-hv-staging-next-20110825-0039-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
patches.suse/staging-hv-staging-next-20110825-0040-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
patches.suse/staging-hv-staging-next-20110825-0041-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
patches.suse/staging-hv-staging-next-20110825-0042-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
patches.suse/staging-hv-staging-next-20110825-0043-Storage-hv-storvsc-Get-rid-of-some-unnecessary-DP.patch
patches.suse/staging-hv-staging-next-20110825-0044-Staging-hv-storvsc-Fix-cleanup-some-dated-comment.patch
patches.suse/staging-hv-staging-next-20110825-0045-Staging-hv-storvsc-Cleanup-returned-error-code-in.patch
patches.suse/staging-hv-staging-next-20110825-0046-Staging-hv-storvsc-Cleanup-error-code-returned-in.patch
patches.suse/staging-hv-staging-next-20110825-0047-Staging-hv-storvsc-Cleanup-returned-error-code-in.patch
patches.suse/staging-hv-staging-next-20110825-0048-Staging-hv-netvsc-Cleanup-the-returned-error-code.patch
patches.suse/staging-hv-staging-next-20110825-0049-Staging-hv-netvsc-Cleanup-error-return-codes-in-n.patch
patches.suse/staging-hv-staging-next-20110825-0050-Staging-hv-netvsc-Cleanup-error-return-values-in.patch
patches.suse/staging-hv-staging-next-20110825-0051-Staging-hv-netvsc-Cleanup-error-returns-in-netvsc.patch
patches.suse/staging-hv-staging-next-20110825-0052-Staging-hv-netvsc-Cleanup-error-return-values-in.patch
patches.suse/staging-hv-staging-next-20110825-0053-Staging-hv-netvsc-Cleanup-error-return-codes-in-n.patch
patches.suse/staging-hv-staging-next-20110825-0054-Staging-hv-netvsc-Cleanup-error-codes-in-rndis_fi.patch
patches.suse/staging-hv-staging-next-20110825-0055-Staging-hv-netvsc-Cleanup-error-code-in-rndis_fil.patch
patches.suse/staging-hv-staging-next-20110825-0056-Staging-hv-netvsc-Cleanup-error-return-values-in.patch
patches.suse/staging-hv-staging-next-20110825-0057-Staging-hv-netvsc-Cleanup-error-returns-in-rndis_.patch
patches.suse/staging-hv-staging-next-20110825-0058-Staging-hv-netvsc-Cleanup-error-code-in-rndis_fil.patch
patches.suse/staging-hv-staging-next-20110825-0059-Staging-hv-mouse-Change-the-jump-label-Cleanup-to.patch
patches.suse/staging-hv-staging-next-20110825-0060-Staging-hv-netvsc-Change-the-jump-label-Cleanup-t.patch
patches.suse/staging-hv-staging-next-20110825-0061-Staging-hv-netvsc-Change-the-jump-label-Exit-to-e.patch
patches.suse/staging-hv-staging-next-20110825-0062-Staging-hv-mouse-Get-rid-of-the-unused-PCI-signat.patch
patches.suse/staging-hv-staging-next-20110825-0063-Staging-hv-hv_mouse-remove-deviceinfo_callback-fu.patch
patches.suse/staging-hv-staging-next-20110825-0064-Staging-hv-hv_mouse-remove-inputreport_callback-f.patch
patches.suse/staging-hv-staging-next-20110825-0065-Staging-hv-hv_mouse-remove-a-forward-declaration.patch
patches.suse/staging-hv-staging-next-20110825-0066-Staging-hv-hv_mouse-fix-up-remove-function.patch
# module support patches outside of drivers/staging/hv
patches.suse/staging-hv-staging-next-20110825-0562-Staging-hv-Add-struct-hv_vmbus_device_id-to-mod_de.patch
patches.suse/staging-hv-staging-next-20110825-0563-Staging-hv-add-driver_data-to-hv_vmbus_device_id.patch
patches.suse/staging-hv-staging-next-20110825-0568-Staging-hv-Add-code-to-parse-struct-hv_vmbus_devic.patch
patches.suse/staging-hv-staging-next-20110825-0570-Staging-hv-file2alias-fix-up-alias-creation-logic.patch
patches.suse/staging-hv-staging-next-20110829-0303-Staging-hv-storvsc-Inline-free_stor_device.patch
patches.suse/staging-hv-staging-next-20110829-0304-Staging-hv-storvsc-Do-not-aquire-an-unnecessary-r.patch
patches.suse/staging-hv-staging-next-20110829-0305-Staging-hv-storvsc-Rename-must_get_stor_device.patch
patches.suse/staging-hv-staging-next-20110829-0306-Staging-hv-storvsc-Rename-get_stor_device.patch
patches.suse/staging-hv-staging-next-20110829-0307-Staging-hv-storvsc-Cleanup-alloc_stor_device.patch
patches.suse/staging-hv-staging-next-20110829-0308-Staging-hv-storvsc-Introduce-state-to-manage-the.patch
patches.suse/staging-hv-staging-next-20110829-0309-Staging-hv-storvsc-Prevent-outgoing-traffic-when.patch
patches.suse/staging-hv-staging-next-20110829-0310-Staging-hv-storvsc-Get-rid-of-release_stor_device.patch
patches.suse/staging-hv-staging-next-20110829-0311-Staging-hv-storvsc-Get-rid-of-final_release_stor_.patch
patches.suse/staging-hv-staging-next-20110829-0312-Staging-hv-storvsc-Get-rid-of-the-reference-count.patch
patches.suse/staging-hv-staging-next-20110829-0313-Staging-hv-netvsc-Inline-the-code-for-free_net_de.patch
patches.suse/staging-hv-staging-next-20110829-0314-Staging-hv-netvsc-Cleanup-alloc_net_device.patch
patches.suse/staging-hv-staging-next-20110829-0315-Staging-hv-netvsc-Introduce-state-to-manage-the-l.patch
patches.suse/staging-hv-staging-next-20110829-0316-Staging-hv-netvsc-Prevent-outgoing-traffic-when-n.patch
patches.suse/staging-hv-staging-next-20110829-0317-Staging-hv-netvsc-Get-rid-of-release_outbound_net.patch
patches.suse/staging-hv-staging-next-20110829-0318-Staging-hv-netvsc-Get-rid-of-release_inbound_net_.patch
patches.suse/staging-hv-staging-next-20110829-0319-Staging-hv-netvsc-Get-rid-of-the-refcnt-field-in.patch
patches.suse/staging-hv-staging-next-20110829-0320-Staging-hv-storvsc-Add-code-to-handle-IDE-devices.patch
patches.suse/staging-hv-staging-next-20110829-0321-Staging-hv-storvsc-Handle-IDE-devices-using-the-s.patch
patches.suse/staging-hv-staging-next-20110829-0322-Staging-hv-blkvsc-Get-rid-of-blkvsc_drv.c-as-this.patch
patches.suse/staging-hv-staging-next-20110829-0323-Staging-hv-storvsc-Optimize-bounce-buffer-handlin.patch
patches.suse/staging-hv-staging-next-20110829-0324-Staging-hv-storvsc-Optimize-the-bounce-buffer-han.patch
patches.suse/staging-hv-staging-next-20110829-0325-Staging-hv-storvsc-Include-storvsc.c-in-storvsc_d.patch
patches.suse/staging-hv-staging-next-20110829-0326-Staging-hv-storvsc-Cleanup-storvsc_drv.c-after-ad.patch
patches.suse/staging-hv-staging-next-20110829-0327-Staging-hv-storvsc-Add-the-contents-of-hyperv_sto.patch
patches.suse/staging-hv-staging-next-20110829-0328-Staging-hv-storvsc-Cleanup-storvsc_drv.c-after-ad.patch
patches.suse/staging-hv-staging-next-20110829-0329-Staging-hv-storvsc-Fixup-srb-and-scsi-status-for.patch
patches.suse/staging-hv-staging-next-20110829-0330-Staging-hv-storvsc-Fix-a-typo.patch
patches.suse/staging-hv-staging-next-20110829-0331-Staging-hv-storvsc-In-case-of-scsi-errors-offline.patch
patches.suse/staging-hv-staging-next-20110829-0332-Staging-hv-storvsc-No-need-to-copy-from-bounce-bu.patch
patches.suse/staging-hv-staging-next-20110829-0333-Staging-hv-util-Forcefully-shutdown-when-shutdown.patch
patches.suse/staging-hv-staging-next-20110829-0334-Staging-hv-util-Adjust-guest-time-in-a-process-co.patch
patches.suse/staging-hv-staging-next-20110829-0335-Staging-hv-vmbus-Check-before-invoking-the-channe.patch
patches.suse/staging-hv-staging-next-20110829-0336-Staging-hv-vmbus-Properly-deal-with-de-registerin.patch
patches.suse/staging-hv-staging-next-20110829-0337-Staging-hv-Fix-a-bug-in-vmbus_match.patch
patches.suse/staging-hv-staging-next-20110829-0338-Staging-hv-vmbus-Get-rid-of-vmbus_on_isr-by-inl.patch
patches.suse/staging-hv-staging-next-20110829-0339-Staging-hv-vmbus-Do-not-enable-auto-eoi.patch
patches.suse/staging-hv-staging-next-20110829-0340-Staging-hv-vmbus-Fixup-indentation-in-vmbus_acpi_.patch
patches.suse/staging-hv-staging-next-20110829-0341-Staging-hv-vmbus-Get-rid-of-some-dated-redundant.patch
patches.suse/staging-hv-staging-next-20110829-0342-Staging-hv-vmbus-Get-rid-of-an-unnecessary-check.patch
patches.suse/staging-hv-staging-next-20110829-0343-Staging-hv-vmbus-Fix-a-checkpatch-warning-in-ring.patch
patches.suse/staging-hv-staging-next-20110829-0344-Staging-hv-vmbus-Fix-checkpatch-warnings-in-conne.patch
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-pata_piix-ignore-disks.patch
patches.fixes/parport-mutex
patches.suse/no-partition-scan

View File

@ -1,3 +1,3 @@
2011-08-30 16:03:53 +0200
GIT Revision: bd9ecd247a13f8d6a3d114429125768ad047df1d
2011-09-01 18:47:37 +0200
GIT Revision: d77df1b9e2a08eb1b39e575a2db42f3c3b39382b
GIT Branch: master