[PATCH 3.13 059/172] net: mvneta: do not schedule in mvneta_tx_timeout

2014-03-04 Thread Greg Kroah-Hartman
3.13-stable review patch. If anyone has any objections, please let me know. -- From: willy tarreau [ Upstream commit 290213667ab53a95456397763205e4b1e30f46b5 ] If a queue timeout is reported, we can oops because of some schedules while the caller is atomic, as shown below :

[PATCH 3.13 059/172] net: mvneta: do not schedule in mvneta_tx_timeout

2014-03-04 Thread Greg Kroah-Hartman
3.13-stable review patch. If anyone has any objections, please let me know. -- From: willy tarreau w...@1wt.eu [ Upstream commit 290213667ab53a95456397763205e4b1e30f46b5 ] If a queue timeout is reported, we can oops because of some schedules while the caller is atomic, as