Waiman Long
8151383a17
rcu: Force inlining of rcu_read_lock()
...
[ Upstream commit 6da9f77517 ]
When debugging options are turned on, the rcu_read_lock() function
might not be inlined. This results in lockdep's print_lock() function
printing "rcu_read_lock+0x0/0x70" instead of rcu_read_lock()'s caller.
For example:
[ 10.579995] =============================
[ 10.584033] WARNING: suspicious RCU usage
[ 10.588074] 4.18.0.memcg_v2+ #1 Not tainted
[ 10.593162] -----------------------------
[ 10.597203] include/linux/rcupdate.h:281 Illegal context switch in
RCU read-side critical section!
[ 10.606220]
[ 10.606220] other info that might help us debug this:
[ 10.606220]
[ 10.614280]
[ 10.614280] rcu_scheduler_active = 2, debug_locks = 1
[ 10.620853] 3 locks held by systemd/1:
[ 10.624632] #0 : (____ptrval____) (&type->i_mutex_dir_key#5){.+.+}, at: lookup_slow+0x42/0x70
[ 10.633232] #1 : (____ptrval____) (rcu_read_lock){....}, at: rcu_read_lock+0x0/0x70
[ 10.640954] #2 : (____ptrval____) (rcu_read_lock){....}, at: rcu_read_lock+0x0/0x70
These "rcu_read_lock+0x0/0x70" strings are not providing any useful
information. This commit therefore forces inlining of the rcu_read_lock()
function so that rcu_read_lock()'s caller is instead shown.
Signed-off-by: Waiman Long <longman@redhat.com >
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2019-08-04 09:33:19 +02:00
..
2018-12-01 09:44:19 +01:00
2019-03-27 14:13:02 +09:00
2018-08-24 13:12:40 +02:00
2019-05-31 06:48:27 -07:00
2019-05-21 18:48:58 +02:00
2018-04-13 19:48:19 +02:00
2019-04-17 08:36:45 +02:00
2018-08-03 07:55:22 +02:00
2018-05-01 15:13:07 -07:00
2018-11-27 16:09:39 +01:00
2018-10-13 09:18:58 +02:00
2018-10-03 17:01:52 -07:00
2018-03-22 09:17:44 +01:00
2019-05-14 19:19:36 +02:00
2019-01-16 22:12:33 +01:00
2018-05-25 16:13:04 +02:00
2017-12-20 10:07:26 +01:00
2018-10-03 17:01:54 -07:00
2019-04-20 09:07:54 +02:00
2019-05-21 18:49:01 +02:00
2018-04-24 09:34:18 +02:00
2019-05-31 06:48:11 -07:00
2019-06-11 12:22:36 +02:00
2019-04-17 08:36:46 +02:00
2019-05-14 19:19:34 +02:00
2018-07-03 11:23:18 +02:00
2018-12-08 13:05:10 +01:00
2018-01-31 12:55:57 +01:00
2018-01-31 12:55:51 +01:00
2018-03-31 18:11:33 +02:00
2019-06-22 08:17:19 +02:00
2019-02-27 10:07:01 +01:00
2018-12-21 14:11:29 +01:00
2019-01-31 08:12:35 +01:00
2019-07-10 09:55:44 +02:00
2019-01-31 08:12:35 +01:00
2019-07-10 09:55:44 +02:00
2019-06-11 12:22:48 +02:00
2019-03-13 14:04:51 -07:00
2018-01-02 20:35:17 +01:00
2018-05-30 07:50:26 +02:00
2018-01-10 09:29:52 +01:00
2018-09-26 08:36:37 +02:00
2018-02-28 10:18:33 +01:00
2018-05-30 07:50:16 +02:00
2019-03-23 13:19:52 +01:00
2018-08-03 07:55:22 +02:00
2017-12-14 09:28:11 +01:00
2019-06-11 12:22:45 +02:00
2018-11-10 07:42:48 -08:00
2018-02-13 12:36:00 +01:00
2017-12-09 22:01:56 +01:00
2018-01-17 09:38:58 +01:00
2019-06-11 12:22:49 +02:00
2018-01-10 09:29:52 +01:00
2018-03-28 18:39:23 +02:00
2017-12-14 09:28:22 +01:00
2019-02-12 19:44:56 +01:00
2019-02-15 08:07:39 +01:00
2019-05-31 06:48:29 -07:00
2018-10-20 09:51:31 +02:00
2019-05-31 06:48:12 -07:00
2018-11-21 09:26:01 +01:00
2018-04-29 11:32:01 +02:00
2018-04-08 12:12:52 +02:00
2018-12-01 09:44:26 +01:00
2018-09-09 20:01:24 +02:00
2018-01-02 20:35:11 +01:00
2019-04-05 22:29:12 +02:00
2018-02-22 15:43:48 +01:00
2018-10-10 08:53:18 +02:00
2018-02-22 15:43:55 +01:00
2019-05-08 07:19:07 +02:00
2018-11-23 08:20:35 +01:00
2018-05-30 07:50:26 +02:00
2019-05-10 17:52:09 +02:00
2019-02-06 17:33:29 +01:00
2019-04-27 09:34:44 +02:00
2018-05-30 07:50:30 +02:00
2018-07-17 11:37:52 +02:00
2019-06-11 12:22:42 +02:00
2019-05-16 19:43:40 +02:00
2019-05-21 18:48:55 +02:00
2018-04-08 12:12:50 +02:00
2018-09-19 22:47:17 +02:00
2019-06-11 12:22:45 +02:00
2017-12-20 10:07:29 +01:00
2017-12-14 09:28:16 +01:00
2018-01-31 12:55:53 +01:00
2018-11-23 08:20:35 +01:00
2019-01-09 16:16:43 +01:00
2019-02-23 09:05:58 +01:00
2019-02-06 17:33:27 +01:00
2018-05-22 16:58:02 +02:00
2019-05-25 18:26:47 +02:00
2017-12-14 09:28:16 +01:00
2019-01-31 08:12:35 +01:00
2018-03-22 09:17:44 +01:00
2018-09-15 09:42:56 +02:00
2018-02-25 11:05:51 +01:00
2019-05-25 18:26:53 +02:00
2018-01-05 15:46:35 +01:00
2019-02-20 10:18:31 +01:00
2018-12-01 09:44:25 +01:00
2018-01-17 09:38:53 +01:00
2019-06-11 12:22:45 +02:00
2018-03-24 11:00:09 +01:00
2018-11-10 07:43:01 -08:00
2018-10-03 17:01:43 -07:00
2019-03-23 13:19:50 +01:00
2018-04-20 08:21:05 +02:00
2019-01-09 16:16:42 +01:00
2019-05-14 19:19:34 +02:00
2019-06-22 08:17:17 +02:00
2019-05-16 19:43:40 +02:00
2019-08-04 09:33:19 +02:00
2019-04-05 22:29:06 +02:00
2018-12-08 13:05:09 +01:00
2018-10-18 09:13:25 +02:00
2019-04-05 22:29:05 +02:00
2019-05-14 19:19:39 +02:00
2018-05-22 16:58:01 +02:00
2018-08-03 07:55:25 +02:00
2018-01-17 09:38:53 +01:00
2018-05-22 16:57:57 +02:00
2019-02-20 10:18:28 +01:00
2018-10-03 17:01:50 -07:00
2019-05-31 06:48:17 -07:00
2019-04-17 08:36:39 +02:00
2018-05-30 07:50:24 +02:00
2019-04-20 09:07:54 +02:00
2018-08-15 18:14:45 +02:00
2018-08-15 18:14:43 +02:00
2018-09-05 09:20:10 +02:00
2018-11-13 11:17:02 -08:00
2019-06-17 19:53:32 +02:00
2018-08-09 12:18:00 +02:00
2018-01-02 20:35:17 +01:00
2018-05-01 15:13:05 -07:00
2018-11-27 16:09:41 +01:00
2019-05-08 07:19:08 +02:00
2018-09-09 20:01:23 +02:00
2018-01-31 12:55:52 +01:00
2019-04-17 08:36:47 +02:00
2017-12-25 14:23:37 +01:00
2018-05-01 15:13:05 -07:00
2018-09-19 22:47:17 +02:00
2018-09-19 22:47:17 +02:00
2019-07-21 09:06:03 +02:00
2018-12-05 19:42:42 +01:00