Xiao Guangrong
dd180b3e90
KVM: VMX: fix tlb flush with invalid root
...
Commit 341d9b535b6c simplify reload logic while entry guest mode, it
can avoid unnecessary sync-root if KVM_REQ_MMU_RELOAD and
KVM_REQ_MMU_SYNC both set.
But, it cause a issue that when we handle 'KVM_REQ_TLB_FLUSH', the
root is invalid, it is triggered during my test:
Kernel BUG at ffffffffa00212b8 [verbose debug info unavailable]
......
Fixed by directly return if the root is not ready.
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2010-08-02 06:40:16 +03:00
..
2010-04-17 10:37:20 +02:00
2010-02-19 16:12:29 -08:00
2009-11-04 08:47:24 -08:00
2009-11-10 11:23:05 +01:00
2010-03-14 20:58:38 -04:00
2010-04-28 17:15:47 -07:00
2010-05-18 09:17:01 -07:00
2010-01-22 17:44:35 +01:00
2010-05-11 17:40:57 +02:00
2009-11-27 11:45:49 +01:00
2010-02-24 11:01:21 -08:00
2010-03-18 17:03:21 +01:00
2009-11-16 16:37:10 +01:00
2010-05-17 15:17:16 -07:00
2009-12-12 13:08:14 +01:00
2010-02-25 20:47:30 -08:00
2010-05-18 08:40:05 -07:00
2010-05-18 08:40:05 -07:00
2010-04-06 15:52:11 -07:00
2010-04-28 17:25:53 -07:00
2009-12-05 09:10:12 -08:00
2010-03-03 11:26:00 +01:00
2010-05-21 11:14:52 -07:00
2009-11-10 12:31:15 +01:00
2009-10-01 16:11:12 -07:00
2010-02-25 20:47:03 -08:00
2009-10-09 15:57:00 +02:00
2010-03-12 15:52:32 -08:00
2010-05-27 12:02:00 -07:00
2010-01-29 02:26:10 +01:00
2009-12-04 15:39:55 +01:00
2009-11-05 13:22:18 -08:00
2009-11-27 14:20:32 +01:00
2009-12-16 07:20:12 -08:00
2010-05-13 22:15:18 -07:00
2010-03-19 13:39:58 -07:00
2010-02-16 08:51:49 -08:00
2009-10-14 18:27:11 +02:00
2010-02-16 21:22:26 -08:00
2010-03-16 11:16:27 +01:00
2009-11-10 12:31:23 +01:00
2009-12-15 08:53:28 -08:00
2010-04-28 16:58:49 -07:00
2010-02-27 14:41:35 -08:00
2010-04-28 18:14:29 -07:00
2010-05-01 04:32:14 +02:00
2010-03-16 06:36:35 +01:00
2010-05-07 17:13:04 -07:00
2010-05-07 17:13:04 -07:00
2010-08-01 10:35:48 +03:00
2010-03-02 10:28:38 +01:00
2010-02-22 16:25:18 -08:00
2009-10-29 08:47:46 +01:00
2010-03-10 13:23:34 +01:00
2010-03-24 21:37:57 +08:00
2010-05-17 12:06:07 -04:00
2010-06-09 13:34:06 -07:00
2010-04-30 12:19:53 +02:00
2009-11-15 09:03:10 +01:00
2010-01-18 10:59:59 -08:00
2010-02-24 11:01:34 -08:00
2010-05-14 11:53:01 -07:00
2010-03-01 12:36:01 -03:00
2010-05-20 21:04:25 -05:00
2010-03-10 13:23:34 +01:00
2010-08-01 10:35:37 +03:00
2010-08-02 06:40:16 +03:00
2010-05-19 11:41:05 +03:00
2010-08-01 10:46:37 +03:00
2010-04-14 21:43:56 +09:30
2010-01-05 15:34:49 +09:00
2010-05-19 22:41:16 -04:00
2010-01-23 06:21:59 +01:00
2009-09-24 09:34:52 +09:30
2009-12-04 15:39:55 +01:00
2010-02-15 14:34:10 -08:00
2010-05-04 13:35:11 -07:00
2010-02-23 23:15:19 -08:00
2010-05-07 17:13:04 -07:00
2010-08-01 10:35:38 +03:00
2009-12-16 15:36:32 -08:00
2009-12-28 09:36:46 +01:00
2010-02-15 14:34:10 -08:00
2010-03-07 15:59:39 -08:00
2010-02-25 19:26:23 -08:00
2010-02-01 16:58:17 -08:00
2010-02-27 14:41:35 -08:00
2010-02-27 14:41:35 -08:00
2009-11-23 17:09:59 -08:00
2010-02-10 17:47:18 -08:00
2010-06-04 15:39:54 -07:00
2010-03-12 15:52:42 -08:00
2010-06-11 00:03:45 +02:00
2010-05-19 09:41:06 +02:00
2010-04-19 12:35:33 +03:00
2010-02-25 10:28:19 +01:00
2010-06-07 17:27:11 -07:00
2010-03-30 22:02:21 +09:00
2010-02-20 16:41:46 +00:00
2009-09-23 14:35:10 +02:00
2009-11-23 17:09:59 -08:00
2010-05-20 21:04:29 -05:00
2010-02-12 09:42:39 -08:00
2010-03-26 11:33:55 +01:00
2010-03-26 11:33:55 +01:00
2010-05-19 11:41:05 +03:00
2010-05-19 11:40:59 +03:00
2010-02-13 13:37:56 -08:00
2010-05-27 09:12:54 -07:00
2009-10-20 14:46:00 +09:00
2010-02-19 16:12:29 -08:00
2009-12-04 23:41:47 +01:00
2010-01-22 16:05:42 -08:00
2009-12-14 23:55:32 +01:00
2009-12-14 23:55:32 +01:00
2010-01-13 10:09:08 +01:00
2009-09-28 16:43:15 -07:00
2010-06-08 00:32:49 +02:00
2010-06-08 00:32:49 +02:00
2010-05-17 12:17:46 +03:00
2009-12-15 13:01:57 +01:00
2010-03-12 15:52:32 -08:00
2010-02-17 13:07:21 +01:00
2010-03-12 15:52:32 -08:00
2010-06-18 14:16:31 -07:00
2010-05-28 16:14:17 -07:00
2010-05-27 09:12:57 -07:00
2009-12-11 09:28:22 +01:00
2010-05-03 13:39:29 -07:00
2010-01-05 13:45:06 -08:00
2010-02-28 10:35:09 -08:00
2009-10-12 18:29:46 +02:00
2010-03-12 15:52:32 -08:00
2010-03-12 15:52:32 -08:00
2010-02-11 15:08:17 -08:00
2010-08-01 10:46:31 +03:00
2010-07-07 17:05:06 -07:00
2010-08-01 10:46:37 +03:00