GIT Revision: c31d1b52b1818917af37a1c6aad71fcc881fc990

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=115
This commit is contained in:
Michal Marek 2012-04-08 05:01:07 +00:00 committed by Git OBS Bridge
parent 42f650c407
commit c85976cc50
23 changed files with 915 additions and 10 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c4e79de1a10a59308321f0d596260c71b6a6493978e4057bb4be71dbfe5c78c
size 288752
oid sha256:653c42f437d8a777241f17d6816d5dd4ef878c78cbd35b354772d4f8d9ec7bbb
size 288328

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 7 18:43:56 CEST 2012 - jslaby@suse.cz
- Revert "ath9k: fix going to full-sleep on PS idle" (bnc#756013).
- commit c31d1b5
-------------------------------------------------------------------
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
- Updated patch headers
- commit 09c9338
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
@ -8,6 +27,12 @@ Tue Apr 3 09:53:26 CEST 2012 - jslaby@suse.cz
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node.
- commit efec235
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
-------------------------------------------------------------------
Mon Apr 2 15:52:46 CEST 2012 - jslaby@suse.cz
@ -28,6 +53,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5359e01863e5f8ecd92c1684b5bf4738b875bd40b6987ee97b64ea4c6298f7fd
size 84334
oid sha256:7c56d02bdf416252200149e6beb0f5ec04cf444593ee66e2028d909cc041ed09
size 84079

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7745d7d241c4973c3c7ec7f30942ed5aefa663b888fcdb7c5eb09502bc8b21b
size 22414
oid sha256:0f0cdd5b250a9d51f3ca62264ba9c7ce05034509fe2642f4d050d91e738637f7
size 22943

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:950aa61336d34c5a271266d235fe07218b859b3b7a6b89034907774170ac9db0
size 202992
oid sha256:63956d6ecd8708d4818c3f838bb0f28c45e2ed1574022d7a98832de172e214ef
size 222268

View File

@ -29,6 +29,9 @@
########################################################
patches.kernel.org/patch-3.3.1
# 3.3.1 regression
patches.fixes/revert-ath9k-fix-going-to-full-sleep-on-PS-idle.patch
########################################################
# Build fixes that apply to the vanilla kernel too.
# Patches in patches.rpmify are applied to both -vanilla
@ -275,6 +278,24 @@
patches.suse/msft-hv-0322-Staging-hv-storvsc-Consolidate-the-request-struct.patch
patches.suse/msft-hv-0323-Staging-hv-storvsc-Consolidate-all-the-wire-proto.patch
patches.suse/msft-hv-0324-Staging-hv-storvsc-Move-the-storage-driver-out-of.patch
patches.suse/msft-hv-0331-drivers-hv-Get-rid-of-some-unnecessary-code.patch
patches.suse/msft-hv-0332-drivers-hv-kvp-Add-cleanup-connector-defines.patch
patches.suse/msft-hv-0333-drivers-hv-kvp-Move-the-contents-of-hv_kvp.h-to-h.patch
patches.suse/msft-hv-0334-net-hyperv-Convert-camel-cased-variables-in-rndis_f.patch
patches.suse/msft-hv-0335-net-hyperv-Correct-the-assignment-in-netvsc_recv_ca.patch
patches.suse/msft-hv-0336-net-hyperv-Remove-the-unnecessary-memset-in-rndis_f.patch
patches.suse/msft-hv-0337-drivers-hv-Cleanup-the-kvp-related-state-in-hyperv.patch
patches.suse/msft-hv-0338-tools-hv-Use-hyperv.h-to-get-the-KVP-definitions.patch
patches.suse/msft-hv-0339-drivers-hv-kvp-Cleanup-the-kernel-user-protocol.patch
patches.suse/msft-hv-0340-drivers-hv-Increase-the-number-of-VCPUs-supported.patch
patches.suse/msft-hv-0341-net-hyperv-Fix-data-corruption-in-rndis_filter_rece.patch
patches.suse/msft-hv-0342-net-hyperv-Add-support-for-vlan-trunking-from-guest.patch
patches.suse/msft-hv-0343-Drivers-hv-Add-new-message-types-to-enhance-KVP.patch
patches.suse/msft-hv-0344-Drivers-hv-Support-the-newly-introduced-KVP-messag.patch
patches.suse/msft-hv-0345-Tools-hv-Fully-support-the-new-KVP-verbs-in-the-us.patch
patches.suse/msft-hv-0346-Tools-hv-Support-enumeration-from-all-the-pools.patch
patches.suse/msft-hv-0347-net-hyperv-Fix-the-code-handling-tx-busy.patch
patches.suse/suse-hv-storvsc-ignore-ata_16.patch
patches.suse/suse-hv-pata_piix-ignore-disks.patch
########################################################

View File

@ -1,3 +1,3 @@
2012-04-03 09:53:26 +0200
GIT Revision: efec23574886d61eab92bb75f0bd5fc895f65ce9
2012-04-07 18:43:56 +0200
GIT Revision: c31d1b52b1818917af37a1c6aad71fcc881fc990
GIT Branch: stable