[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200218024133.5059-4-sashal@kernel.org>
Date: Mon, 17 Feb 2020 21:41:25 -0500
From: Sasha Levin <sashal@...nel.org>
To: mingo@...nel.org, peterz@...radead.org
Cc: linux-kernel@...r.kernel.org, tglx@...utronix.de, jolsa@...hat.com,
alexey.budankov@...ux.intel.com, songliubraving@...com,
acme@...hat.com, allison@...utok.net,
Sasha Levin <sashal@...nel.org>
Subject: [PATCH 03/11] tools/kernel.h: extend with dummy RCU functions
These calls were added by 108c14858b9e ("locking/lockdep: Add support
for dynamic keys") and require no special handling in userspace, so just
add empty function definitions.
Signed-off-by: Sasha Levin <sashal@...nel.org>
---
tools/include/linux/kernel.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tools/include/linux/kernel.h b/tools/include/linux/kernel.h
index cba226948a0ce..d2b3e1cc0218e 100644
--- a/tools/include/linux/kernel.h
+++ b/tools/include/linux/kernel.h
@@ -119,4 +119,11 @@ int scnprintf_pad(char * buf, size_t size, const char * fmt, ...);
#define current_gfp_context(k) 0
#define synchronize_rcu()
+static __maybe_unused int system_state;
+#define SYSTEM_SCHEDULING 0
+
+#define might_sleep()
+#define rcu_read_lock()
+#define rcu_read_unlock()
+
#endif
--
2.20.1
Powered by blists - more mailing lists