From: Vladislav Yasevich <[email protected]>
Date: Mon,  9 Nov 2015 09:14:17 -0500

> macvtap_do_read code calls macvtap_put_user while it might be set up
> to wait for the user.  This results in the following warning:
 ...
> Make sure thet we call finish_wait() if we have the skb to process
> before trying to actually process it.
> 
> Signed-off-by: Vladislav Yasevich <[email protected]>

Oh I see, this is that new check in might_sleep() that makes sure
that the task state is TASK_RUNNING.

Looks good, applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to