Zqiang
7ed95b0803
rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()
...
[ Upstream commit fcd53c8a4d ]
Kernels built with CONFIG_PROVE_RCU=y and CONFIG_DEBUG_LOCK_ALLOC=y
attempt to emit a warning when the synchronize_rcu_tasks_generic()
function is called during early boot while the rcu_scheduler_active
variable is RCU_SCHEDULER_INACTIVE. However the warnings is not
actually be printed because the debug_lockdep_rcu_enabled() returns
false, exactly because the rcu_scheduler_active variable is still equal
to RCU_SCHEDULER_INACTIVE.
This commit therefore replaces RCU_LOCKDEP_WARN() with WARN_ONCE()
to force these warnings to actually be printed.
Signed-off-by: Zqiang <qiang1.zhang@intel.com >
Signed-off-by: Paul E. McKenney <paulmck@kernel.org >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2022-10-26 12:35:29 +02:00
..
2022-10-26 12:34:44 +02:00
2022-10-26 12:35:25 +02:00
2021-05-07 00:26:34 -07:00
2022-05-25 09:57:37 +02:00
2022-10-05 10:39:40 +02:00
2022-09-20 12:39:42 +02:00
2022-07-29 17:25:11 +02:00
2021-06-22 11:07:18 -07:00
2022-08-17 14:23:14 +02:00
2021-09-02 13:00:15 -07:00
2022-10-26 12:34:30 +02:00
2022-09-20 12:39:42 +02:00
2022-08-17 14:23:04 +02:00
2022-06-09 10:22:49 +02:00
2022-10-26 12:35:29 +02:00
2022-09-20 12:39:42 +02:00
2022-08-17 14:24:24 +02:00
2022-10-26 12:35:27 +02:00
2021-05-02 00:43:35 +09:00
2021-09-08 11:50:26 -07:00
2022-02-23 12:03:07 +01:00
2022-08-31 17:16:33 +02:00
2021-08-24 18:52:36 -04:00
2022-02-08 18:34:03 +01:00
2022-04-08 14:23:06 +02:00
2022-04-08 14:23:06 +02:00
2022-06-22 14:22:04 +02:00
2021-09-08 15:32:35 -07:00
2021-08-16 18:55:32 +02:00
2022-05-30 09:29:09 +02:00
2021-12-29 12:28:49 +01:00
2022-02-23 12:03:20 +01:00
2021-05-12 11:43:25 +02:00
2022-07-21 21:24:11 +02:00
2022-09-15 11:30:06 +02:00
2021-06-18 11:43:08 +02:00
2021-09-03 23:00:22 +02:00
2021-05-27 04:01:50 +09:00
2021-07-02 12:08:10 -07:00
2021-06-10 10:00:08 +02:00
2021-07-05 10:46:20 +02:00
2021-07-08 11:48:22 -07:00
2021-08-17 17:50:51 +02:00
2021-06-28 22:43:05 +02:00
2021-08-30 16:36:10 +02:00
2022-07-21 21:24:29 +02:00
2021-09-08 15:32:34 -07:00
2021-05-07 00:26:33 -07:00
2022-09-15 11:30:02 +02:00
2021-06-29 17:29:11 -07:00
2022-04-13 20:59:28 +02:00
2022-07-12 16:35:09 +02:00
2021-08-16 18:55:32 +02:00
2021-09-03 09:58:12 -07:00
2021-08-27 16:30:18 +08:00
2021-08-30 16:36:10 +02:00
2021-08-16 14:42:22 +02:00
2021-09-03 09:58:12 -07:00
2021-08-10 12:53:07 +02:00
2022-08-17 14:24:04 +02:00
2022-06-09 10:22:29 +02:00
2021-06-21 13:08:36 +01:00
2022-04-08 14:23:43 +02:00
2022-04-08 14:23:10 +02:00
2022-06-09 10:22:46 +02:00
2021-11-18 19:16:29 +01:00
2022-02-16 12:56:38 +01:00
2022-07-21 21:24:42 +02:00
2022-08-17 14:24:24 +02:00
2021-08-10 14:57:42 +02:00
2021-08-10 22:50:07 +02:00
2022-02-23 12:03:07 +01:00
2022-04-13 20:59:28 +02:00
2022-04-13 20:59:28 +02:00
2022-04-13 20:59:28 +02:00
2022-08-31 17:16:33 +02:00
2022-02-23 12:03:20 +01:00
2021-06-23 16:41:24 -06:00
2022-07-29 17:25:11 +02:00
2021-04-30 11:20:42 -07:00
2021-08-10 10:48:07 -07:00
2021-08-16 11:39:51 -04:00
2022-01-27 11:05:35 +01:00
2022-02-23 12:03:20 +01:00
2021-05-07 00:26:34 -07:00
2021-05-09 13:07:03 -07:00
2022-03-08 19:12:42 +01:00
2021-09-08 11:50:27 -07:00
2021-07-03 11:41:14 -07:00
2022-08-03 12:03:43 +02:00
2022-08-25 11:40:43 +02:00
2021-08-17 07:49:10 -10:00
2022-09-28 11:11:56 +02:00