commit | d70c673153d42e8aefd5ac296c8159ef222d076b | [log] [tgz] |
---|---|---|
author | Timo Teräs <timo.teras@iki.fi> | Fri Dec 17 11:40:24 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jan 20 11:58:26 2011 -0800 |
tree | 3311cd8ba40d173e565e5671444ecc1056baff71 | |
parent | 268eff909afaca93188d2d14554cbf824f6a0e41 [diff] |
staging: hv: fix netvsc sleeping while atomic The channel callbacks are called directly from vmbus_event_dpc which runs in tasklet context. These callbacks need to use GFP_ATOMIC. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=16701 Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Timo Teräs <timo.teras@iki.fi> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>