[PATCH 3.19 21/27] tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: "Jun'ichi Nomura (NEC)" [ Upstream commit d0af71a3573f1217b140c60b66f1a9b335fb058b ] tg3_init_one() calls tg3_halt() without tp->lock despite its assumption and causes deadlock. If

[PATCH 3.19 21/27] tg3: Hold tp-lock before calling tg3_halt() from tg3_init_one()

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Jun'ichi Nomura (NEC) j-nom...@ce.jp.nec.com [ Upstream commit d0af71a3573f1217b140c60b66f1a9b335fb058b ] tg3_init_one() calls tg3_halt() without tp-lock despite its assumption and