Thread (1 message) 1 message, 1 author, 2021-02-01

Re: [PATCH 05/13] kallsyms: refactor {,module_}kallsyms_on_each_symbol

From: Miroslav Benes <mbenes@suse.cz>
Date: 2021-02-01 14:03:42
Also in: dri-devel, linux-kbuild, linuxppc-dev, lkml

One more thing...
quoted hunk
@@ -4379,8 +4379,7 @@ int module_kallsyms_on_each_symbol(int (*fn)(void *, const char *,
 	unsigned int i;
 	int ret;
 
-	module_assert_mutex();
-
+	mutex_lock(&module_mutex);
 	list_for_each_entry(mod, &modules, list) {
 		/* We hold module_mutex: no need for rcu_dereference_sched */
 		struct mod_kallsyms *kallsyms = mod->kallsyms;
This was the last user of module_assert_mutex(), which can be removed now.

Miroslav
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help