Chen Liang
9aa987e461
ARM64: sched: fix bug: remove printk while schedule is in progress
...
It will cause deadlock and while(1) if call printk while schedule
is in progress. The block state like as below:
cpu0(hold the console sem):
printk->console_unlock->up_sem->spin_lock(&sem->lock)->wake_up_process(cpu1)
->try_to_wake_up(cpu1)->while(p->on_cpu).
cpu1(request console sem):
console_lock->down_sem->schedule->idle_banlance->update_cpu_capacity->
printk->console_trylock->spin_lock(&sem->lock).
p->on_cpu will be 1 forever, because the task is still running on cpu1,
so cpu0 is blocked in while(p->on_cpu), but cpu1 could not get
spin_lock(&sem->lock), it is blocked too, it means the task will running
on cpu1 forever.
Change-Id: I60d02d8c957273872f97939632bdd235accdad4e
Signed-off-by: Chen Liang <cl@rock-chips.com >
2016-07-08 14:25:13 +08:00
..
2016-06-24 10:18:17 -07:00
2015-06-16 11:04:29 +01:00
2016-03-18 09:50:49 +00:00
2016-06-21 11:22:43 +08:00
2015-06-30 19:44:57 -07:00
2016-07-01 14:20:47 +08:00
2015-11-11 17:36:04 +01:00
2016-05-04 14:48:50 -07:00
2016-05-13 12:20:56 +08:00
2016-02-29 10:18:54 +08:00
2015-10-07 16:06:25 -07:00
2016-07-08 14:25:13 +08:00
2016-03-03 15:07:26 -08:00
2016-06-02 12:18:57 +08:00
2015-10-21 15:18:35 +01:00
2015-04-11 22:27:55 -04:00
2014-10-09 22:26:04 -04:00
2015-08-06 16:14:53 -04:00
2015-11-04 08:23:51 -05:00
2015-09-08 13:34:59 -07:00
2015-11-06 17:50:42 -08:00
2015-11-04 08:23:51 -05:00
2015-11-04 08:23:51 -05:00
2015-09-08 13:34:59 -07:00
2014-06-04 16:54:14 -07:00
2014-08-08 15:57:18 -07:00
2015-04-15 16:35:22 -07:00
2015-12-03 10:18:21 -05:00
2015-12-03 10:18:21 -05:00
2016-05-12 09:27:18 +08:00
2015-06-04 23:57:18 +02:00
2015-11-10 12:06:23 +01:00
2015-09-03 02:42:20 +02:00
2016-02-16 13:53:29 -08:00
2016-05-04 14:48:49 -07:00
2014-08-25 15:42:19 -07:00
2015-09-10 13:29:01 -07:00
2014-07-23 10:18:06 -07:00
2013-11-09 00:16:23 -05:00
2015-04-12 21:03:31 +02:00
2016-06-07 18:14:35 -07:00
2015-09-10 13:29:01 -07:00
2016-02-16 13:53:50 -08:00
2014-10-21 23:44:20 +02:00
2016-02-25 12:01:16 -08:00
2016-05-04 14:48:43 -07:00
2015-04-15 16:35:22 -07:00
2015-04-15 16:35:22 -07:00
2015-11-23 09:44:58 +01:00
2015-11-23 09:44:58 +01:00
2014-10-14 02:18:16 +02:00
2016-02-25 12:01:16 -08:00
2013-11-15 09:32:22 +09:00
2015-05-12 09:46:00 +02:00
2015-11-06 17:50:42 -08:00
2015-11-06 17:50:42 -08:00
2015-09-10 13:29:01 -07:00
2015-11-06 17:50:42 -08:00
2015-10-23 17:55:10 +09:00
2015-08-04 10:16:54 +02:00
2015-09-10 13:29:01 -07:00
2015-09-04 16:54:41 -07:00
2014-06-04 16:54:15 -07:00
2015-09-11 15:21:34 -07:00
2015-09-11 15:21:34 -07:00
2016-03-03 15:07:08 -08:00
2015-10-21 15:18:36 +01:00
2013-09-25 17:17:01 +01:00
2016-03-09 15:34:56 -08:00
2015-09-01 08:40:25 -07:00
2014-12-04 14:34:54 -05:00
2015-02-13 21:21:38 -08:00
2016-02-29 10:18:54 +08:00
2015-11-09 15:53:39 -08:00
2014-12-16 15:53:03 -08:00
2015-11-24 12:03:55 -08:00
2015-09-08 15:35:28 -07:00
2016-02-25 12:01:16 -08:00
2015-01-17 10:02:23 +13:00
2015-09-10 13:29:01 -07:00
2015-06-30 19:44:59 -07:00
2016-03-03 15:07:29 -08:00
2016-03-03 15:07:25 -08:00
2015-11-20 16:17:32 -08:00
2015-11-06 17:50:42 -08:00
2015-10-20 10:23:55 +02:00
2015-02-09 15:24:03 -08:00
2014-12-13 12:42:48 -08:00
2015-12-12 10:15:34 -08:00
2015-11-05 19:34:48 -08:00
2016-03-03 19:46:53 +08:00
2016-04-12 09:08:58 -07:00
2016-07-05 18:36:47 +08:00
2015-09-05 13:46:58 -07:00
2015-01-18 01:03:45 -05:00
2014-08-08 15:57:18 -07:00
2015-10-06 11:25:01 -07:00
2015-10-25 21:33:54 -04:00
2014-07-23 10:18:05 -07:00
2014-12-05 17:19:27 -06:00
2014-02-24 14:47:15 -08:00
2015-09-04 16:54:41 -07:00
2014-08-26 13:45:45 -04:00
2014-12-17 12:31:40 -08:00
2014-06-06 16:08:16 -07:00
2014-12-04 14:34:47 -05:00
2016-04-13 12:02:21 +08:00
2014-05-20 10:59:32 -04:00
2016-05-18 17:06:50 -07:00