diff options
author | 2015-06-01 17:48:37 +0200 | |
---|---|---|
committer | 2015-06-02 22:54:38 +0200 | |
commit | 9a1bd63cdae4b623494c4ebaf723a91c35ec49fb (patch) | |
tree | ebb05d25771b64db46b476686c70d7691e6cb692 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching (diff) | |
download | wireguard-linux-9a1bd63cdae4b623494c4ebaf723a91c35ec49fb.tar.xz wireguard-linux-9a1bd63cdae4b623494c4ebaf723a91c35ec49fb.zip |
livepatch: add module locking around kallsyms calls
The list of loaded modules is walked through in
module_kallsyms_on_each_symbol (called by kallsyms_on_each_symbol). The
module_mutex lock should be acquired to prevent potential corruptions
in the list.
This was uncovered with new lockdep asserts in module code introduced by
the commit 0be964be0d45 ("module: Sanitize RCU usage and locking") in
recent next- trees.
Signed-off-by: Miroslav Benes <mbenes@suse.cz>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions